Fix values
This commit is contained in:
parent
eb673c4f8e
commit
ca7a70a22c
@ -1,18 +1,21 @@
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: focalboard.dvirlabs.com
|
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
tls: true
|
hosts:
|
||||||
extraTls:
|
- host: focalboard.dvirlabs.com
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- focalboard.dvirlabs.com
|
- focalboard.dvirlabs.com
|
||||||
secretName: focalboard-cert
|
secretName: focalboard-cert
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
port: 80
|
||||||
|
|
||||||
focalboard:
|
focalboard:
|
||||||
username: admin@dvirlabs.com
|
username: admin@dvirlabs.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user