Skip to content

Commit

Permalink
fix(balancer): complete TLS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed May 21, 2024
1 parent 5779d89 commit 79e4775
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions balancer/release-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: balancer.sandbox.k8s.phl.io
paths: ['/']
- host: balancertestsite.com
paths: ['/']
tls:
- secretName: balancer-tls
hosts:
- balancer.sandbox.k8s.phl.io

0 comments on commit 79e4775

Please sign in to comment.