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
f9742211
authored
2023-02-10 18:09:09 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix virtual-service calling moqui.fullname.
1 parent
7cd00042
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
charts/moqui/templates/virtual-service.yaml
charts/moqui/templates/virtual-service.yaml
View file @
f974221
...
...
@@ -2,7 +2,7 @@
apiVersion
:
networking.istio.io/v1alpha3
kind
:
VirtualService
metadata
:
name
:
{{
include "moqui.fullname"
}}
name
:
{{
include "moqui.fullname"
.
}}
labels
:
{{
- include "moqui.labels" . | nindent 4
}}
spec
:
...
...
@@ -14,5 +14,5 @@ spec:
-
destination
:
port
:
number
:
8080
host
:
{{
include "moqui.fullname"
}}
host
:
{{
include "moqui.fullname"
.
}}
{{
- end
}}
...
...
Please
register
or
sign in
to post a comment