From da1314ad671ac26dad60ee5f0371a2360f08094f Mon Sep 17 00:00:00 2001 From: cialloo Date: Thu, 2 Oct 2025 16:02:43 +0800 Subject: [PATCH] Remove unnecessary ingress annotation for Traefik controller in ingress.yaml --- script/k8s/ingress.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/k8s/ingress.yaml b/script/k8s/ingress.yaml index d8f90be..f810f1e 100644 --- a/script/k8s/ingress.yaml +++ b/script/k8s/ingress.yaml @@ -10,10 +10,7 @@ metadata: namespace: ${KUBERNETES_NAMESPACE} # Annotations specific to Traefik ingress controller - annotations: - # Specify Traefik as the ingress controller - kubernetes.io/ingress.class: "traefik" - + annotations: # Traefik router configuration # Entry point for HTTP traffic (not using HTTPS as per requirements) traefik.ingress.kubernetes.io/router.entrypoints: web