We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe842d commit dc7710eCopy full SHA for dc7710e
helm/values-prod.yaml
@@ -24,11 +24,17 @@ common:
24
kubernetes.io/ingress.class: traefik-external
25
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
26
traefik.ingress.kubernetes.io/router.tls: "true"
27
- hosts:
+ rules:
28
- host: github-issue-sync.parity-prod.parity.io
29
- paths:
30
- - path: /
31
- pathType: ImplementationSpecific
+ http:
+ paths:
+ - path: /
32
+ pathType: ImplementationSpecific
33
+ backend:
34
+ service:
35
+ name: github-issue-sync-common
36
+ port:
37
+ number: 80
38
tls:
39
- secretName: github-issue-sync.parity-prod.parity.io
40
hosts:
0 commit comments