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
af6ece09
authored
2023-02-10 14:41:16 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set the protocol on the port correctly(tcp, not http).
1 parent
e5badcb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
charts/moqui/templates/service.yaml
charts/moqui/templates/service.yaml
View file @
af6ece0
...
...
@@ -9,7 +9,7 @@ spec:
ports
:
-
port
:
{{
.Values.service.port
}}
targetPort
:
http-moqui
protocol
:
http
protocol
:
TCP
name
:
http-moqui
selector
:
{{
- include "moqui.selectorLabels" . | nindent 4
}}
...
...
Please
register
or
sign in
to post a comment