example-deployment: move annotations to prevent confusion
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-05-28 17:51:00 +02:00
parent 329935dbb6
commit c033d08c3b
Signed by: aaron
GPG key ID: 643004654D40D577

View file

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