From 7fa6d7c17848137fe1ac13f1dc5bb82c46ca2e43 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 12 Apr 2025 13:31:07 +1000 Subject: [PATCH] Update ingress --- k8s/manifest.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index c4c58af..7b1f6ca 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -135,6 +135,7 @@ metadata: return 200; } spec: + ingressClassName: nginx tls: - hosts: - to.junv.cc @@ -172,6 +173,7 @@ metadata: kubernetes.io/tls-acme: "false" nginx.ingress.kubernetes.io/proxy-body-size: 1024m spec: + ingressClassName: nginx rules: - host: go http: