Actualiser helm-charts-datalab/doccano/values.yaml
This commit is contained in:
parent
acf3f2ebb0
commit
9807b943e2
|
@ -1,57 +1,57 @@
|
||||||
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: true
|
||||||
path: /
|
path: /
|
||||||
hostnames:
|
hostnames:
|
||||||
- doccano1.localhost
|
- test9876.lab.groupe-genes.fr
|
||||||
tls:
|
tls:
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: test987.lab.groupe-genes.fr
|
- host: test987.lab.groupe-genes.fr
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: false
|
existingClaim: false
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
accessMode: "ReadWriteOnce"
|
accessMode: "ReadWriteOnce"
|
||||||
volumeName: "data"
|
volumeName: "data"
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
installAsDependency: true
|
installAsDependency: true
|
||||||
image:
|
image:
|
||||||
tag: 11.14.0-debian-10-r28
|
tag: 11.14.0-debian-10-r28
|
||||||
global:
|
global:
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
database: doccano1
|
database: doccano1
|
||||||
username: doccano
|
username: doccano
|
||||||
password: 58sdf9hgd1gs8sdfzerJHFdf
|
password: 58sdf9hgd1gs8sdfzerJHFdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user