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