++
This commit is contained in:
parent
88b58158de
commit
765f68f3b7
@ -42,7 +42,7 @@ spec:
|
||||
|
||||
image:
|
||||
name:
|
||||
_default: cr.yandex/crp3ccidau046kdj8g9q/workflows-endigne_prod:075fc0
|
||||
_default: cr.yandex/crp3ccidau046kdj8g9q/workflows-engine:contour_a03d37da-dirty2
|
||||
pullPolicy:
|
||||
_default: IfNotPresent
|
||||
|
||||
@ -53,7 +53,7 @@ spec:
|
||||
_default: engine
|
||||
|
||||
replicaCount:
|
||||
_default: 0
|
||||
_default: 1
|
||||
|
||||
port:
|
||||
_default: 8000
|
||||
@ -161,23 +161,27 @@ spec:
|
||||
|
||||
- name: INTERNAL_PDM_URL
|
||||
value:
|
||||
_default: "http://documentations-api.documentations.svc.cluster.local:8080"
|
||||
_default: "http://backend-api-svc.documentations.svc.cluster.local:80"
|
||||
|
||||
- name: INTERNAL_FILESTREAM_URL
|
||||
value:
|
||||
_default: "http://backend-filestream-svc.documentations.svc.cluster.local:80"
|
||||
|
||||
- name: IGNORE_TAINTS_AND_NODE_SELECTOR
|
||||
value:
|
||||
_default: "true"
|
||||
|
||||
- name: EXTERNAL_PDM_URL
|
||||
value:
|
||||
_default: "http://documentations-api.documentations.svc.cluster.local:8080"
|
||||
_default: "http://backend-api-svc.documentations.svc.cluster.local:80"
|
||||
|
||||
- name: EXTERNAL_FILESTREAM_URL
|
||||
value:
|
||||
_default: "http://documentations-filestream-service.documentations.svc.cluster.local:8080"
|
||||
_default: "http://backend-filestream-svc.documentations.svc.cluster.local:80"
|
||||
|
||||
- name: RESOURCES_API_INTERNAL_HOST
|
||||
value:
|
||||
_default: "http://resources-service.resources.svc.cluster.local:8000"
|
||||
_default: "http://iam-backend.iam.svc.cluster.local:8000"
|
||||
|
||||
- name: ENABLE_SQL_QUERY
|
||||
value:
|
||||
@ -223,6 +227,10 @@ spec:
|
||||
value:
|
||||
_default: "1"
|
||||
|
||||
- name: VAULT_USE
|
||||
value:
|
||||
_default: "true"
|
||||
|
||||
- name: ENABLE_PDM_API_DB
|
||||
value:
|
||||
_default: "1"
|
||||
@ -271,10 +279,6 @@ spec:
|
||||
value:
|
||||
_default: "1"
|
||||
|
||||
- name: ENABLE_TOLERATION
|
||||
value:
|
||||
_default: "1"
|
||||
|
||||
- name: COUNT_RUNNING_WORKERS
|
||||
value:
|
||||
_default: "1"
|
||||
@ -367,6 +371,14 @@ spec:
|
||||
value:
|
||||
_default: "10s"
|
||||
|
||||
- name: WORKFLOW_PRIORITY
|
||||
value:
|
||||
_default: "high"
|
||||
|
||||
- name: ENABLE_TOLERATION
|
||||
value:
|
||||
_default: "1"
|
||||
|
||||
- name: DEFAULT_TOLERATION_KEY
|
||||
value:
|
||||
_default: "dedicated"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user