Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dcb0dfb2
authored
2022-10-19 17:33:56 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add resource knobs for moqui.
1 parent
81699626
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
charts/moqui/moqui.yaml
environments/default-values.yaml
helmfile.yaml
charts/moqui/moqui.yaml
View file @
dcb0dfb
...
...
@@ -124,6 +124,11 @@ spec:
containers
:
-
name
:
moqui
image
:
moqui-app:latest
resources
:
limits
:
memory
:
1Gi
requests
:
memory
:
1Gi
envFrom
:
-
configMapRef
:
name
:
moqui
...
...
environments/default-values.yaml
View file @
dcb0dfb
name
:
test
namespace
:
default
app
:
resources
:
limits
:
memory
:
1Gi
requests
:
memory
:
1Gi
storage
:
log
:
requests
:
10Gi
...
...
helmfile.yaml
View file @
dcb0dfb
...
...
@@ -216,6 +216,7 @@ releases:
containers
:
-
name
:
moqui
resources
:
{{
.Values.app.resources | toYaml | nindent 20
}}
env
:
{{
- if .Values.elasticsearch.enabled
}}
-
name
:
kibana_host
...
...
Please
register
or
sign in
to post a comment