Skip to content

Instantly share code, notes, and snippets.

@randomk
Created March 22, 2021 00:25
Show Gist options
  • Save randomk/93a65a5c9a380a0f7bde0c93781af1cb to your computer and use it in GitHub Desktop.
Save randomk/93a65a5c9a380a0f7bde0c93781af1cb to your computer and use it in GitHub Desktop.
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-url: "https://oauth2-proxy.dev.xxx.io/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2-proxy.dev.xxx.io/oauth2/start?rd=https://$host"
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
nginx.ingress.kubernetes.io/proxy-buffering: "on"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment