Skip to content

Commit 38a407d

Browse files
committed
change ingress
1 parent 70ba314 commit 38a407d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/production/explorer-api/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
ingressClassName: nginx
1313
rules:
14-
- host: explorer-api.localhost
14+
- host: api.sugarpeanut.com
1515
http:
1616
paths:
1717
- path: /v1/([^/]+)/(.*)

k8s/production/explorer-ui/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
ingressClassName: nginx
88
rules:
9-
- host: explorer-ui.localhost
9+
- host: sugarpeanut.com
1010
http:
1111
paths:
1212
- backend:

0 commit comments

Comments
 (0)