Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 4e285ae

Browse files
authored
update nginx ingress annotation (#433)
1 parent f9f2457 commit 4e285ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/monocular/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ingress:
110110
##
111111
annotations:
112112
## Nginx ingress controller (default)
113-
ingress.kubernetes.io/rewrite-target: /
113+
nginx.ingress.kubernetes.io/rewrite-target: /
114114
kubernetes.io/ingress.class: nginx
115115
# kubernetes.io/tls-acme: 'true'
116116
## Traefik ingress controller

0 commit comments

Comments
 (0)