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/ff-bot | |
parent | Set dev-log channel id back to default (diff) |
Update ingresses with NGINX ingress upgrade
Diffstat (limited to 'kubernetes/namespaces/tooling/ff-bot')
-rw-r--r-- | kubernetes/namespaces/tooling/ff-bot/ingress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/tooling/ff-bot/ingress.yml b/kubernetes/namespaces/tooling/ff-bot/ingress.yml index 0c3cb4f..e707972 100644 --- a/kubernetes/namespaces/tooling/ff-bot/ingress.yml +++ b/kubernetes/namespaces/tooling/ff-bot/ingress.yml @@ -4,7 +4,7 @@ metadata: annotations: nginx.ingress.kubernetes.io/auth-tls-verify-client: "on" nginx.ingress.kubernetes.io/auth-tls-secret: "kube-system/mtls-client-crt-bundle" - 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/" name: ff-bot namespace: tooling spec: |