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
3b159690
authored
2022-10-19 13:15:19 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change name of deployment to be 'moqui-app'.
1 parent
3cd34056
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
charts/moqui/moqui.yaml
helmfile.yaml
charts/moqui/moqui.yaml
View file @
3b15969
...
...
@@ -77,17 +77,17 @@ spec:
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
moqui
name
:
moqui
-app
labels
:
app
:
moqui
app
:
moqui
-app
spec
:
selector
:
matchLabels
:
app
:
moqui
app
:
moqui
-app
template
:
metadata
:
labels
:
app
:
moqui
app
:
moqui
-app
spec
:
restartPolicy
:
Always
securityContext
:
...
...
helmfile.yaml
View file @
3b15969
...
...
@@ -55,18 +55,18 @@ releases:
-
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
{{
.Values.name
}}
-moqui
name
:
{{
.Values.name
}}
-moqui
-app
namespace
:
{{
.Values.namespace
}}
labels
:
app
:
{{
.Values.name
}}
-moqui
app
:
{{
.Values.name
}}
-moqui
-app
spec
:
selector
:
matchLabels
:
app
:
{{
.Values.name
}}
-moqui
app
:
{{
.Values.name
}}
-moqui
-app
template
:
metadata
:
labels
:
app
:
{{
.Values.name
}}
-moqui
app
:
{{
.Values.name
}}
-moqui
-app
spec
:
restartPolicy
:
Always
securityContext
:
...
...
Please
register
or
sign in
to post a comment