Skip to content

Commit

Permalink
ingress testing
Browse files Browse the repository at this point in the history
  • Loading branch information
parklize committed Jul 9, 2024
1 parent cedb017 commit a91a076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/charts/server/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Ingress
metadata:
name: {{ include "app.fullname" . }}
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/configuration-snippet: |
rewrite ^/$ /ui permanent;
Expand Down

0 comments on commit a91a076

Please sign in to comment.