Skip to content

Commit dc7710e

Browse files
committed
update helm chart values for prod deployment
1 parent bbe842d commit dc7710e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

helm/values-prod.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,17 @@ 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+
rules:
2828
- host: github-issue-sync.parity-prod.parity.io
29-
paths:
30-
- path: /
31-
pathType: ImplementationSpecific
29+
http:
30+
paths:
31+
- path: /
32+
pathType: ImplementationSpecific
33+
backend:
34+
service:
35+
name: github-issue-sync-common
36+
port:
37+
number: 80
3238
tls:
3339
- secretName: github-issue-sync.parity-prod.parity.io
3440
hosts:

0 commit comments

Comments
 (0)