Skip to content

Commit

Permalink
fix: adding missing hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Feb 17, 2024
1 parent 877226c commit e4a436c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helm/extopy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,25 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
- host: "*.extopy.com"
paths:
- path: /
pathType: ImplementationSpecific
- host: extopy.dev
paths:
- path: /
pathType: ImplementationSpecific
- host: "*.extopy.dev"
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: extopy-tls
hosts:
- extopy.com
- "*.extopy.com"
- extopy.dev
- "*.extopy.dev"

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

0 comments on commit e4a436c

Please sign in to comment.