Skip to content

Commit

Permalink
actually do the switch
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed May 26, 2023
1 parent 0c3341f commit afb3fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/deployment/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
nginx.ingress.kubernetes.io/enable-opentracing: "true"
nginx.ingress.kubernetes.io/enable-modsecurity: "true"
nginx.ingress.kubernetes.io/enable-owasp-core-rules: "true"
cert-manager.io/cluster-issuer: zerossl-production
cert-manager.io/cluster-issuer: letsencrypt
cert-manager.io/issue-temporary-certificate: 'true'
certmanager.k8s.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/auth-response-headers: X-Auth-Request-User,X-Auth-Request-Email,X-Auth-Request-Access-Token,Set-Cookie,Authorization
Expand Down Expand Up @@ -46,7 +46,7 @@ metadata:
nginx.ingress.kubernetes.io/enable-owasp-core-rules: "true"
cert-manager.io/cluster-issuer: letsencrypt
cert-manager.io/issue-temporary-certificate: 'true'
certmanager.k8s.io/cluster-issuer: zerossl-production
certmanager.k8s.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/auth-signin-redirect-param: "rd"
nginx.ingress.kubernetes.io/auth-response-headers: X-Auth-Request-User,X-Auth-Request-Email,X-Auth-Request-Access-Token,Set-Cookie,Authorization
nginx.ingress.kubernetes.io/auth-signin: {{.Values.auth.signinUrl}}
Expand Down

0 comments on commit afb3fc2

Please sign in to comment.