Skip to content

Commit 92efec0

Browse files
authored
fix(example): hpa of gke example doesn't work (#225)
Signed-off-by: David Chang <[email protected]>
1 parent 053cd82 commit 92efec0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

charts/airflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: the community-maintained descendant of the stable/airflow helm chart - focused on ease-of-use
33
name: airflow
4-
version: 8.3.0
4+
version: 8.3.1
55
appVersion: 2.0.1
66
icon: https://airflow.apache.org/_images/pin_large.png
77
home: https://airflow.apache.org/

charts/airflow/examples/google-gke/custom-values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,15 @@ dags:
315315
##
316316
sshSecretKey: id_rsa
317317

318+
## resource requests/limits for the git-sync container
319+
##
320+
## WARNING:
321+
## - you MUST SPECIFY a resource request for gitSync if using `workers.autoscaling`
322+
##
323+
requests:
324+
cpu: "50m"
325+
memory: "64Mi"
326+
318327
###################################
319328
# Kubernetes - RBAC
320329
###################################

0 commit comments

Comments
 (0)