revert Actualiser helm-charts-datalab/doccano/values.yaml

update ingress doccano
This commit is contained in:
Alexis GUYOT 2024-04-12 09:54:58 +02:00
parent aa9fba56d2
commit acf3f2ebb0

View File

@ -1,76 +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: false enabled: true
# className: "" path: /
# annotations: {} hostnames:
# # kubernetes.io/ingress.class: nginx - doccano1.localhost
# # kubernetes.io/tls-acme: "true" tls:
# hosts:
# - host: chart-example.local hosts:
# paths: - host: test987.lab.groupe-genes.fr
# - path: / paths:
# pathType: ImplementationSpecific - path: /
pathType: ImplementationSpecific
enabled: true
className: "" persistence:
annotations: {} enabled: true
# kubernetes.io/ingress.class: nginx existingClaim: false
# kubernetes.io/tls-acme: "true" size: 10Gi
hosts: accessMode: "ReadWriteOnce"
- host: test9876.lab.groupe-genes.fr volumeName: "data"
paths: mountPath: /data
- path: /
pathType: ImplementationSpecific annotations:
- host: test98765.lab.groupe-genes.fr helm.sh/resource-policy: keep
paths:
- path: / postgresql:
pathType: ImplementationSpecific installAsDependency: true
image:
tls: [] tag: 11.14.0-debian-10-r28
# - secretName: chart-example-tls global:
# hosts: postgresql:
# - chart-example.local auth:
database: doccano1
persistence: username: doccano
enabled: true password: 58sdf9hgd1gs8sdfzerJHFdf
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