Remove unnecessary ingress annotation for Traefik controller in ingress.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user