Merge pull request 'example-deployment: move annotations to prevent confusion' (#82) from fix-examples into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #82
This commit is contained in:
Tom Neuber 2024-05-28 17:54:41 +02:00
commit 947f7c47f2

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"