Skip to content

Commit

Permalink
chore: add tls for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro authored and sandro committed Jan 2, 2025
1 parent bf7d227 commit 8b0c1c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .helm/gallowhead/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
# tls:
# - secretName: gallowhead-cert
# hosts:
# - test.gallowhead.com
tls:
- secretName: gallowhead-cert
hosts:
- test.gallowhead.com

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 8b0c1c5

Please sign in to comment.