Compare commits

...

2 commits

Author SHA1 Message Date
947f7c47f2 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
2024-05-28 17:54:41 +02:00
c033d08c3b
example-deployment: move annotations to prevent confusion
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-28 17:51:00 +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"