example-deployment: move annotations to prevent confusion #82

Merged
tom merged 1 commit from fix-examples into main 2024-05-28 17:54:41 +02:00

View file

@ -67,11 +67,10 @@ kind: Ingress
metadata:
annotations:
kubernetes.io/tls-acme: "true"
# Use for Basic auth:
# traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
name: example-ingress
namespace: example
#annotations:
# Use for Basic auth:
# traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
spec:
rules:
- host: "example.apps.yolokube.de"