diff --git a/helm/orchard/values.yaml b/helm/orchard/values.yaml index c2b3f0a..357b67e 100644 --- a/helm/orchard/values.yaml +++ b/helm/orchard/values.yaml @@ -2,8 +2,8 @@ replicaCount: 1 image: - repository: orchard-server - pullPolicy: IfNotPresent + repository: registry.global.bsf.tools/esv/bsf/bsf-integration/orchard/orchard-mvp + pullPolicy: Always tag: "latest" # Defaults to chart appVersion imagePullSecrets: [] @@ -13,7 +13,7 @@ fullnameOverride: "" # Init container image (used for wait-for-db, wait-for-minio) initContainer: image: - repository: busybox + repository: containers.global.bsf.tools/busybox tag: "1.36" pullPolicy: IfNotPresent @@ -21,7 +21,7 @@ serviceAccount: create: true automount: true annotations: {} - name: "" + name: "orchard" podAnnotations: {} podLabels: {} @@ -39,27 +39,26 @@ service: ingress: enabled: true - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" + className: "nginx" + annotations: + cert-manager.io/cluster-issuer: "letsencrypt" hosts: - - host: orchard.local + - host: orchard-dev.common.global.bsf.tools paths: - path: / pathType: Prefix - tls: [] - # - secretName: orchard-tls - # hosts: - # - orchard.local + tls: + - secretName: orchard-tls + hosts: + - orchard-dev.common.global.bsf.tools resources: limits: cpu: 500m memory: 512Mi requests: - cpu: 100m - memory: 128Mi + cpu: 500m + memory: 512Mi livenessProbe: httpGet: @@ -121,7 +120,7 @@ orchard: postgresql: enabled: true image: - registry: docker.io + registry: containers.global.bsf.tools repository: bitnami/postgresql tag: "15" pullPolicy: IfNotPresent @@ -138,7 +137,7 @@ postgresql: minio: enabled: true image: - registry: docker.io + registry: containers.global.bsf.tools repository: bitnami/minio tag: "latest" pullPolicy: IfNotPresent @@ -154,7 +153,7 @@ minio: redis: enabled: false image: - registry: docker.io + registry: containers.global.bsf.tools repository: bitnami/redis tag: "7.2" pullPolicy: IfNotPresent