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
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #82
This commit is contained in:
commit
947f7c47f2
1 changed files with 2 additions and 3 deletions
|
@ -67,11 +67,10 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
name: example-ingress
|
|
||||||
namespace: example
|
|
||||||
#annotations:
|
|
||||||
# Use for Basic auth:
|
# Use for Basic auth:
|
||||||
# traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
# traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
||||||
|
name: example-ingress
|
||||||
|
namespace: example
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: "example.apps.yolokube.de"
|
- host: "example.apps.yolokube.de"
|
||||||
|
|
Loading…
Reference in a new issue