Skip to content

Commit

Permalink
update helm chart values for prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa2010 committed Sep 16, 2022
1 parent bbe842d commit dc7710e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ common:
kubernetes.io/ingress.class: traefik-external
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
rules:
- host: github-issue-sync.parity-prod.parity.io
paths:
- path: /
pathType: ImplementationSpecific
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: github-issue-sync-common
port:
number: 80
tls:
- secretName: github-issue-sync.parity-prod.parity.io
hosts:
Expand Down

0 comments on commit dc7710e

Please sign in to comment.