From acf3f2ebb0b99d9890fdec0441c690c2c9d7d02a Mon Sep 17 00:00:00 2001 From: Alexis GUYOT Date: Fri, 12 Apr 2024 09:54:58 +0200 Subject: [PATCH] revert aa9fba56d247af6d147488eab3113ccfba025f43 revert Actualiser helm-charts-datalab/doccano/values.yaml update ingress doccano --- helm-charts-datalab/doccano/values.yaml | 133 ++++++++++-------------- 1 file changed, 57 insertions(+), 76 deletions(-) diff --git a/helm-charts-datalab/doccano/values.yaml b/helm-charts-datalab/doccano/values.yaml index 9ed195f..e456999 100644 --- a/helm-charts-datalab/doccano/values.yaml +++ b/helm-charts-datalab/doccano/values.yaml @@ -1,76 +1,57 @@ -image: - replicaCount: 1 - repository: doccano/doccano - tag: "1.8.0" - pullPolicy: IfNotPresent - name: doccano - deployRegistry: false - imagePullSecrets: registrysecret - dataSecret: |- - {"auths":{"registry.localhost":{"password":"","username":""}}} - -env: - ADMIN_EMAIL: admin@localhost - ADMIN_USERNAME: admin - -deploySecret: true -ADMIN_PASSWORD: password - -service: - type: ClusterIP - targetPort: 8000 - protocol: TCP - -ingress: -# enabled: false -# className: "" -# annotations: {} -# # kubernetes.io/ingress.class: nginx -# # 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: - - host: test9876.lab.groupe-genes.fr - paths: - - path: / - pathType: ImplementationSpecific - - host: test98765.lab.groupe-genes.fr - paths: - - path: / - pathType: ImplementationSpecific - - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -persistence: - 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 +image: + replicaCount: 1 + repository: doccano/doccano + tag: "1.8.0" + pullPolicy: IfNotPresent + name: doccano + deployRegistry: false + imagePullSecrets: registrysecret + dataSecret: |- + {"auths":{"registry.localhost":{"password":"","username":""}}} + +env: + ADMIN_EMAIL: admin@localhost + ADMIN_USERNAME: admin + +deploySecret: true +ADMIN_PASSWORD: password + +service: + type: ClusterIP + targetPort: 8000 + protocol: TCP + +ingress: + enabled: true + path: / + hostnames: + - doccano1.localhost + tls: + + hosts: + - host: test987.lab.groupe-genes.fr + paths: + - path: / + pathType: ImplementationSpecific + +persistence: + 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