This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed the identity ingress manifest
pull/1725/head
Sumit Ghosh
3 years ago
parent
8af66e7980
commit
5fcf632df7
1 changed files
with
7 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-4
deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml
+ 7
- 4
deploy/k8s/helm/identity-api/templates/ingress-dockerk8s.yaml
View File
@ -25,9 +25,12 @@ spec:
rules:
-
http:
paths:
-
backend:
serviceName
:
{{
$serviceName }}
servicePort
:
http
path
:
{{
$ingressPath }}
-
path
:
{{
$ingressPath }}
pathType
:
Prefix
backend:
service:
name
:
{{
$serviceName }}
port:
number
:
80
{{-
end -}}
{{-
end -}}
Write
Preview
Loading…
Cancel
Save