Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-06-01 14:14:10 +00:00
parent 93ffa9ba82
commit ebcb62ca57
2 changed files with 27 additions and 27 deletions

View file

@ -8,9 +8,9 @@ metadata:
nginx.ingress.kubernetes.io/auth-tls-secret: "default/auth-tls-chain"
# Specify the verification depth in the client certificates chain
nginx.ingress.kubernetes.io/auth-tls-verify-depth: "1"
# Specify an error page to be redirected to on verification errors
# Specify an error page to be redirected to verification errors
nginx.ingress.kubernetes.io/auth-tls-error-page: "http://www.mysite.com/error-cert.html"
# Specify if certificates are be passed to upstream server
# Specify if certificates are passed to upstream server
nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream: "false"
name: nginx-test
namespace: default