Skip to content

Commit

Permalink
feat(helm): comment out unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent 58a7299 commit 248ab4c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@ ingress:
enabled: false
className: ""
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
# nginx.ingress.kubernetes.io/rewrite-target: /$1
# nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/server-snippet: |
location ~* /list-credential/ {
deny all;
return 403;
}
location ~* /webhook/topic/ {
deny all;
return 403;
}
# nginx.ingress.kubernetes.io/server-snippet: |
# location ~* /list-credential/ {
# deny all;
# return 403;
# }
#
# location ~* /webhook/topic/ {
# deny all;
# return 403;
# }
hosts:
- host: chart-example.local
paths:
Expand Down

0 comments on commit 248ab4c

Please sign in to comment.