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