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