Actualiser helm-charts-datalab/doccano/values.yaml
update ingress doccano
This commit is contained in:
parent
20bc043ee9
commit
aa9fba56d2
|
@ -22,17 +22,36 @@ service:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
# enabled: false
|
||||||
path: /
|
# className: ""
|
||||||
hostnames:
|
# annotations: {}
|
||||||
- doccano1.localhost
|
# # kubernetes.io/ingress.class: nginx
|
||||||
tls:
|
# # kubernetes.io/tls-acme: "true"
|
||||||
|
# hosts:
|
||||||
|
# - host: chart-example.local
|
||||||
|
# paths:
|
||||||
|
# - path: /
|
||||||
|
# pathType: ImplementationSpecific
|
||||||
|
|
||||||
|
enabled: true
|
||||||
|
className: ""
|
||||||
|
annotations: {}
|
||||||
|
# kubernetes.io/ingress.class: nginx
|
||||||
|
# kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: test987.lab.groupe-genes.fr
|
- host: test9876.lab.groupe-genes.fr
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
- host: test98765.lab.groupe-genes.fr
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
|
||||||
|
tls: []
|
||||||
|
# - secretName: chart-example-tls
|
||||||
|
# hosts:
|
||||||
|
# - chart-example.local
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user