Skip to content

Commit

Permalink
Change hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Oct 4, 2024
1 parent 133f48e commit 89c88ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/overlays/dev/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:

spec:
rules:
- host: catalog.api.dev.sweetrpg.com
- host: api.catalog.dev.sweetrpg.com
http:
paths:
- pathType: Prefix
Expand All @@ -53,5 +53,5 @@ spec:
number: 8281
tls:
- hosts:
- catalog.api.dev.sweetrpg.com
secretName: api-v1-tls
- api.catalog.dev.sweetrpg.com
secretName: catalog-api-v1-tls

0 comments on commit 89c88ee

Please sign in to comment.