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

@@ -11,9 +11,6 @@ metadata:
# Annotations specific to Traefik ingress controller # Annotations specific to Traefik ingress controller
annotations: annotations:
# Specify Traefik as the ingress controller
kubernetes.io/ingress.class: "traefik"
# Traefik router configuration # Traefik router configuration
# Entry point for HTTP traffic (not using HTTPS as per requirements) # Entry point for HTTP traffic (not using HTTPS as per requirements)
traefik.ingress.kubernetes.io/router.entrypoints: web traefik.ingress.kubernetes.io/router.entrypoints: web