Remove unnecessary ingress annotation for Traefik controller in ingress.yaml

This commit is contained in:
2025-10-02 16:02:43 +08:00
parent fd9a266de0
commit da1314ad67

View File

@@ -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