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

@@ -50,8 +50,9 @@ spec:
ingress:
main:
enabled: true
ingressClassName: "traefik"
annotations:
kubernetes.io/ingress.class: "nginx"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
forecastle.stakater.com/expose: "true"
forecastle.stakater.com/appName: "Bookstack"
forecastle.stakater.com/icon: "https://yunohost.org/user/images/logo-bookstack.png?height=80?height=80"
@@ -61,9 +62,6 @@ spec:
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "bookstack.${SECRET_CLUSTER_DOMAIN}"
persistence:
config:
enabled: true