Skip to content

Commit ad85d97

Browse files
committed
some more helm updates needed
1 parent 3ef9b7e commit ad85d97

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

helm/values-stg.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,19 @@ common:
2424
kubernetes.io/ingress.class: traefik-external
2525
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
2626
traefik.ingress.kubernetes.io/router.tls: "true"
27-
hosts:
27+
28+
rules:
2829
- host: github-issue-sync.parity-stg.parity.io
29-
paths:
30-
- path: /
31-
pathType: ImplementationSpecific
30+
http:
31+
paths:
32+
- path: /
33+
pathType: ImplementationSpecific
34+
backend:
35+
service:
36+
name: github-issue-sync-common
37+
port:
38+
number: 80
39+
3240
tls:
3341
- secretName: github-issue-sync.parity-stg.parity.io
3442
hosts:

0 commit comments

Comments
 (0)