Skip to content

Commit

Permalink
test ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
parklize committed Jul 9, 2024
1 parent 0e63cff commit a8ad6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
5 changes: 2 additions & 3 deletions server/charts/server/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ kind: Ingress
metadata:
name: {{ include "app.fullname" . }}
annotations:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
rewrite ^/$ /ui permanent;
nginx.ingress.kubernetes.io/proxy-redirect-from: /
nginx.ingress.kubernetes.io/proxy-redirect-to: /ui
spec:
ingressClassName: nginx
rules:
Expand Down
20 changes: 0 additions & 20 deletions server/charts/server/templates/ingress2.yaml

This file was deleted.

0 comments on commit a8ad6c8

Please sign in to comment.