fixed auto deploy config
This commit is contained in:
@@ -9,6 +9,6 @@ dependencies:
|
|||||||
version: ^2.23.0
|
version: ^2.23.0
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
- name: opensearch
|
- name: opensearch
|
||||||
version: ^1.3.0
|
version: 2.0.10
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: opensearch.enabled
|
condition: opensearch.enabled
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ global:
|
|||||||
defaultStorageClass: ""
|
defaultStorageClass: ""
|
||||||
## Compatibility adaptations for Kubernetes platforms
|
## Compatibility adaptations for Kubernetes platforms
|
||||||
##
|
##
|
||||||
|
security:
|
||||||
|
allowInsecureImages: true
|
||||||
compatibility:
|
compatibility:
|
||||||
## Compatibility adaptations for Openshift
|
## Compatibility adaptations for Openshift
|
||||||
##
|
##
|
||||||
@@ -1197,7 +1199,19 @@ orborus:
|
|||||||
## - name: FOO
|
## - name: FOO
|
||||||
## value: "bar"
|
## value: "bar"
|
||||||
##
|
##
|
||||||
extraEnvVars: []
|
extraEnvVars:
|
||||||
|
- name: SHUFFLE_APP_SDK_TIMEOUT
|
||||||
|
value: "300"
|
||||||
|
- name: SHUFFLE_ORBORUS_EXCUTION_CONCURRENCY
|
||||||
|
value: "7"
|
||||||
|
- name: ENVIRONMENT_NAME
|
||||||
|
value: "Shuffle"
|
||||||
|
- name: BASE_URL
|
||||||
|
value: "http://shuffle-backend:5001"
|
||||||
|
- name: SHUFFLE_STATS_DISABLED
|
||||||
|
value: "true"
|
||||||
|
- name: CLEANUP
|
||||||
|
value: "false"
|
||||||
## @param orborus.extraEnvVarsCM Name of existing ConfigMap containing extra env vars for orborus containers
|
## @param orborus.extraEnvVarsCM Name of existing ConfigMap containing extra env vars for orborus containers
|
||||||
##
|
##
|
||||||
extraEnvVarsCM: ""
|
extraEnvVarsCM: ""
|
||||||
@@ -1841,7 +1855,7 @@ volumePermissions:
|
|||||||
## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
|
## @param volumePermissions.image.pullSecrets OS Shell + Utility image pull secrets
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: public.ecr.aws
|
||||||
repository: bitnami/os-shell
|
repository: bitnami/os-shell
|
||||||
tag: 12-debian-12-r30
|
tag: 12-debian-12-r30
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
@@ -1898,17 +1912,31 @@ volumePermissions:
|
|||||||
##
|
##
|
||||||
opensearch:
|
opensearch:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
sysctlImage:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
image:
|
||||||
|
registry: public.ecr.aws
|
||||||
|
repository: bitnami/opensearch
|
||||||
|
tag: "3.2.0"
|
||||||
|
|
||||||
master:
|
master:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
extraEnvVars:
|
||||||
|
- { name: OPENSEARCH_JAVA_OPTS, value: "-Xms1g -Xmx1g" }
|
||||||
|
- { name: DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI, value: "true" }
|
||||||
|
- { name: node.store.allow_mmap, value: "false" }
|
||||||
|
- { name: cluster.routing.allocation.disk.threshold_enabled, value: "false" }
|
||||||
|
|
||||||
data:
|
data:
|
||||||
replicaCount: 1
|
replicaCount: 0
|
||||||
coordinating:
|
coordinating:
|
||||||
replicaCount: 1
|
replicaCount: 0
|
||||||
ingest:
|
ingest:
|
||||||
replicaCount: 1
|
replicaCount: 0
|
||||||
dashboards:
|
dashboards:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
## @section Vault Parameters
|
## @section Vault Parameters
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user