Compare commits

..

No commits in common. "947f7c47f29d50316f022262e5159413a72c7969" and "329935dbb631fc23046ee2fb73b24c141ed50754" have entirely different histories.

View file

@ -67,10 +67,11 @@ 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"