feat: migrate ingresses to traefik

This commit is contained in:
auricom
2021-08-06 15:48:03 +02:00
parent 86fd42fd3e
commit c10ac797a1
43 changed files with 127 additions and 307 deletions

View File

@@ -40,9 +40,9 @@ spec:
DRONE_SERVER_HOST: drone.${SECRET_CLUSTER_DOMAIN}
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
hosts:
- host: drone.${SECRET_CLUSTER_DOMAIN}
paths: ["/"]
tls:
- hosts:
- drone.${SECRET_CLUSTER_DOMAIN}