We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ba314 commit 38a407dCopy full SHA for 38a407d
k8s/production/explorer-api/ingress.yaml
@@ -11,7 +11,7 @@ metadata:
11
spec:
12
ingressClassName: nginx
13
rules:
14
- - host: explorer-api.localhost
+ - host: api.sugarpeanut.com
15
http:
16
paths:
17
- path: /v1/([^/]+)/(.*)
k8s/production/explorer-ui/ingress.yaml
@@ -6,7 +6,7 @@ metadata:
6
7
8
9
- - host: explorer-ui.localhost
+ - host: sugarpeanut.com
10
- backend:
0 commit comments