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
ca0eeef1
authored
2022-10-19 18:43:20 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix service selector mapping.
1 parent
dcb0dfb2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
charts/moqui/moqui.yaml
helmfile.yaml
charts/moqui/moqui.yaml
View file @
ca0eeef
...
...
@@ -62,7 +62,7 @@ metadata:
spec
:
type
:
ClusterIP
selector
:
app
:
moqui
app
:
moqui
-app
ports
:
-
name
:
http-moqui
protocol
:
TCP
...
...
helmfile.yaml
View file @
ca0eeef
...
...
@@ -193,6 +193,14 @@ releases:
{{
- if .Values.storage.sessions.storageClassName
}}
storageClassName
:
{{
.Values.storage.sessions.storageClassName
}}
{{
- end
}}
-
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
{{
.Values.name
}}
-moqui
namespace
:
{{
.Values.namespace
}}
spec
:
selector
:
app
:
{{
.Values.name
}}
-moqui-app
-
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
...
...
Please
register
or
sign in
to post a comment