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
9b0f5b39
authored
2023-02-13 18:40:29 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add an image.registry setting, patterned after postgresql chart.
1 parent
1c8a743c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/values.yaml
charts/moqui/templates/moqui.yaml
View file @
9b0f5b3
...
...
@@ -75,7 +75,7 @@ spec:
{{
- define "moqui-container-pod"
}}
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
|
default
.Chart.AppVersion
}}"
image
:
"
{{
.Values.image.re
gistry
}}/{{
.Values.image.re
pository
}}:{{
.Values.image.tag
|
default
.Chart.AppVersion
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
command
:
[
"
java"
,
"
-server"
,
"
-XX:-OmitStackTraceInFastThrow"
,
"
-cp"
,
"
."
,
"
MoquiStart"
]
envFrom
:
...
...
charts/moqui/values.yaml
View file @
9b0f5b3
...
...
@@ -3,6 +3,7 @@ kind: Deployment
imagePullSecrets
:
{}
image
:
pullPolicy
:
null
registry
:
docker.io
repository
:
moqui/moquidemo
tag
:
null
...
...
Please
register
or
sign in
to post a comment