Fix values
This commit is contained in:
parent
eb673c4f8e
commit
ca7a70a22c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user