diff options
| author | 2025-04-05 17:59:00 +0100 | |
|---|---|---|
| committer | 2025-04-05 17:59:00 +0100 | |
| commit | 29ad57f3ac4798e1637bcb595885ed2d8a6b04e4 (patch) | |
| tree | aa41a5a1b6115546497b452929b21c0c950b6361 /kubernetes/namespaces/tooling/keycloak | |
| parent | Set dev-log channel id back to default (diff) | |
Update ingresses with NGINX ingress upgrade
Diffstat (limited to 'kubernetes/namespaces/tooling/keycloak')
| -rw-r--r-- | kubernetes/namespaces/tooling/keycloak/ingress.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/namespaces/tooling/keycloak/ingress.yaml b/kubernetes/namespaces/tooling/keycloak/ingress.yaml index bfd4669..6d3bbfe 100644 --- a/kubernetes/namespaces/tooling/keycloak/ingress.yaml +++ b/kubernetes/namespaces/tooling/keycloak/ingress.yaml @@ -106,7 +106,8 @@ metadata: # hospital. Very well, you think, and because it's webscale, it books the # spot at two psychiatric hospitals at the same time, for high # availability. Thank you, Kubernetes, for solving this problem. - # nginx.ingress.kubernetes.io/auth-tls-error-page: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" + nginx.ingress.kubernetes.io/auth-tls-error-page: "https://maintenance.python-discord.workers.dev/" + nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" nginx.ingress.kubernetes.io/proxy-buffers-number: "4" nginx.ingress.kubernetes.io/proxy-buffer-size: "16k" nginx.ingress.kubernetes.io/server-snippet: | |