Skip to content

Commit

Permalink
Merge pull request #11 from muchasxmaracas/test
Browse files Browse the repository at this point in the history
chore: add www. to ingress
  • Loading branch information
muchasxmaracas authored Jan 9, 2025
2 parents 4f668ed + 475da46 commit f2a4092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .helm/gallowhead/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ingress:
- secretName: gallowhead-prod-cert
hosts:
- gallowhead.com
- www.gallowhead.com

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
5 changes: 5 additions & 0 deletions .helm/gallowhead/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
- host: test.gallowhead.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: gallowhead-test-cert
hosts:
- test.gallowhead.com
- www.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 f2a4092

Please sign in to comment.