Skip to content

Commit

Permalink
Fixed rewrite annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpovel committed Jan 10, 2025
1 parent d6567bb commit a2876d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-server/templates/backend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
labels:
{{- include "common.labels" . | nindent 4 }}
annotations:
ingress.kubernetes.io/rewrite-target: /health
nginx.ingress.kubernetes.io/rewrite-target: /health
# authentication type
nginx.ingress.kubernetes.io/auth-type: basic
# name of the secret that contains the user/password definitions
Expand Down

0 comments on commit a2876d8

Please sign in to comment.