Skip to content

Commit

Permalink
chore: client-side-evaluation.yaml fix (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Jun 6, 2024
1 parent f84b95d commit 7d7d133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/k8s/client-side-evaluation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
nginx.ingress.kubernetes.io/force-ssl-redirect: 'false'
hosts:
- localhost
- ''
ingressClassName: nginx
pathType: Prefix
---
Expand Down Expand Up @@ -118,7 +119,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
http:
- host: localhost
http:
paths:
- pathType: Prefix
path: /
Expand Down

0 comments on commit 7d7d133

Please sign in to comment.