From 92efec0b746d498d4adcfbfe5733e135f33f0b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=B5=E6=B3=B0=E7=91=8B=28Chang=20Tai=20Wei=29?= Date: Tue, 29 Jun 2021 06:49:50 +0800 Subject: [PATCH] fix(example): hpa of gke example doesn't work (#225) Signed-off-by: David Chang --- charts/airflow/Chart.yaml | 2 +- charts/airflow/examples/google-gke/custom-values.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/airflow/Chart.yaml b/charts/airflow/Chart.yaml index c7a1ae45..d8972570 100644 --- a/charts/airflow/Chart.yaml +++ b/charts/airflow/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: the community-maintained descendant of the stable/airflow helm chart - focused on ease-of-use name: airflow -version: 8.3.0 +version: 8.3.1 appVersion: 2.0.1 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ diff --git a/charts/airflow/examples/google-gke/custom-values.yaml b/charts/airflow/examples/google-gke/custom-values.yaml index cf54d266..989295b9 100644 --- a/charts/airflow/examples/google-gke/custom-values.yaml +++ b/charts/airflow/examples/google-gke/custom-values.yaml @@ -315,6 +315,15 @@ dags: ## sshSecretKey: id_rsa + ## resource requests/limits for the git-sync container + ## + ## WARNING: + ## - you MUST SPECIFY a resource request for gitSync if using `workers.autoscaling` + ## + requests: + cpu: "50m" + memory: "64Mi" + ################################### # Kubernetes - RBAC ###################################