diff --git a/manifests/focalboard/values.yaml b/manifests/focalboard/values.yaml index 7f4d837..cdc96d0 100644 --- a/manifests/focalboard/values.yaml +++ b/manifests/focalboard/values.yaml @@ -1,18 +1,21 @@ ingress: enabled: true - hostname: focalboard.dvirlabs.com ingressClassName: traefik annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" - tls: true - extraTls: + hosts: + - host: focalboard.dvirlabs.com + paths: + - path: / + tls: - hosts: - focalboard.dvirlabs.com secretName: focalboard-cert service: type: ClusterIP + port: 80 focalboard: username: admin@dvirlabs.com