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 3ef9b7e commit ad85d97Copy full SHA for ad85d97
helm/values-stg.yaml
@@ -24,11 +24,19 @@ 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:
+
28
+ rules:
29
- host: github-issue-sync.parity-stg.parity.io
- paths:
30
- - path: /
31
- pathType: ImplementationSpecific
+ http:
+ paths:
32
+ - path: /
33
+ pathType: ImplementationSpecific
34
+ backend:
35
+ service:
36
+ name: github-issue-sync-common
37
+ port:
38
+ number: 80
39
40
tls:
41
- secretName: github-issue-sync.parity-stg.parity.io
42
hosts:
0 commit comments