Skip to content

Commit

Permalink
Merge pull request #56 from FabianKramm/main
Browse files Browse the repository at this point in the history
docs: improve docs
  • Loading branch information
FabianKramm authored Jun 21, 2021
2 parents 525889e + 3b2625f commit daeb0c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/pages/operator/external-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ metadata:
annotations:
kubernetes.io/ingress.class: nginx
# We need the ingress to pass through ssl traffic to the vcluster
# This only works for the nginx-ingress, for other ingress controllers
# please check their respective documentation.
# This only works for the nginx-ingress (enable via --enable-ssl-passthrough
# https://kubernetes.github.io/ingress-nginx/user-guide/tls/#ssl-passthrough )
# for other ingress controllers please check their respective documentation.
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
Expand Down

0 comments on commit daeb0c6

Please sign in to comment.