diff --git a/charts/shipyard/templates/deployment-shipyard.yaml b/charts/shipyard/templates/deployment-shipyard.yaml index 7c0bb9d4..c233104f 100644 --- a/charts/shipyard/templates/deployment-shipyard.yaml +++ b/charts/shipyard/templates/deployment-shipyard.yaml @@ -23,7 +23,7 @@ kind: Deployment metadata: name: shipyard spec: - replicas: {{ .Values.pod.replicas.shipyard }} + replicas: {{ .Values.pod.replicas.shipyard.api }} {{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }} template: metadata: diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index 253852be..04c87254 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -456,12 +456,13 @@ pod: init_container: null shipyard: replicas: - shipyard: 1 + shipyard: + api: 2 airflow: - web: 1 - worker: 1 - flower: 1 - scheduler: 1 + web: 2 + worker: 2 + flower: 2 + scheduler: 2 lifecycle: upgrades: deployments: