Actualiser helm-charts-datalab/doccano/values.yaml
update ingress doccano
This commit is contained in:
parent
20bc043ee9
commit
aa9fba56d2
|
@ -1,57 +1,76 @@
|
||||||
image:
|
image:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
repository: doccano/doccano
|
repository: doccano/doccano
|
||||||
tag: "1.8.0"
|
tag: "1.8.0"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
name: doccano
|
name: doccano
|
||||||
deployRegistry: false
|
deployRegistry: false
|
||||||
imagePullSecrets: registrysecret
|
imagePullSecrets: registrysecret
|
||||||
dataSecret: |-
|
dataSecret: |-
|
||||||
{"auths":{"registry.localhost":{"password":"","username":""}}}
|
{"auths":{"registry.localhost":{"password":"","username":""}}}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ADMIN_EMAIL: admin@localhost
|
ADMIN_EMAIL: admin@localhost
|
||||||
ADMIN_USERNAME: admin
|
ADMIN_USERNAME: admin
|
||||||
|
|
||||||
deploySecret: true
|
deploySecret: true
|
||||||
ADMIN_PASSWORD: password
|
ADMIN_PASSWORD: password
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
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:
|
||||||
hosts:
|
# - host: chart-example.local
|
||||||
- host: test987.lab.groupe-genes.fr
|
# paths:
|
||||||
paths:
|
# - path: /
|
||||||
- path: /
|
# pathType: ImplementationSpecific
|
||||||
pathType: ImplementationSpecific
|
|
||||||
|
enabled: true
|
||||||
persistence:
|
className: ""
|
||||||
enabled: true
|
annotations: {}
|
||||||
existingClaim: false
|
# kubernetes.io/ingress.class: nginx
|
||||||
size: 10Gi
|
# kubernetes.io/tls-acme: "true"
|
||||||
accessMode: "ReadWriteOnce"
|
hosts:
|
||||||
volumeName: "data"
|
- host: test9876.lab.groupe-genes.fr
|
||||||
mountPath: /data
|
paths:
|
||||||
|
- path: /
|
||||||
annotations:
|
pathType: ImplementationSpecific
|
||||||
helm.sh/resource-policy: keep
|
- host: test98765.lab.groupe-genes.fr
|
||||||
|
paths:
|
||||||
postgresql:
|
- path: /
|
||||||
installAsDependency: true
|
pathType: ImplementationSpecific
|
||||||
image:
|
|
||||||
tag: 11.14.0-debian-10-r28
|
tls: []
|
||||||
global:
|
# - secretName: chart-example-tls
|
||||||
postgresql:
|
# hosts:
|
||||||
auth:
|
# - chart-example.local
|
||||||
database: doccano1
|
|
||||||
username: doccano
|
persistence:
|
||||||
password: 58sdf9hgd1gs8sdfzerJHFdf
|
enabled: true
|
||||||
|
existingClaim: false
|
||||||
|
size: 10Gi
|
||||||
|
accessMode: "ReadWriteOnce"
|
||||||
|
volumeName: "data"
|
||||||
|
mountPath: /data
|
||||||
|
|
||||||
|
annotations:
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
installAsDependency: true
|
||||||
|
image:
|
||||||
|
tag: 11.14.0-debian-10-r28
|
||||||
|
global:
|
||||||
|
postgresql:
|
||||||
|
auth:
|
||||||
|
database: doccano1
|
||||||
|
username: doccano
|
||||||
|
password: 58sdf9hgd1gs8sdfzerJHFdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user