Skip to content

Commit 7d7d133

Browse files
authored
chore: client-side-evaluation.yaml fix (#296)
Signed-off-by: Todd Baert <[email protected]>
1 parent f84b95d commit 7d7d133

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/k8s/client-side-evaluation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ spec:
5858
nginx.ingress.kubernetes.io/force-ssl-redirect: 'false'
5959
hosts:
6060
- localhost
61+
- ''
6162
ingressClassName: nginx
6263
pathType: Prefix
6364
---
@@ -118,7 +119,8 @@ metadata:
118119
spec:
119120
ingressClassName: nginx
120121
rules:
121-
http:
122+
- host: localhost
123+
http:
122124
paths:
123125
- pathType: Prefix
124126
path: /

0 commit comments

Comments
 (0)