[WIP] Update readiness probe timeout

WIP

Change-Id: I3a2222493fb68e0a0b22fde254991ab7b3e1200c
This commit is contained in:
Ritchie, Frank (fr801x) 2023-08-25 11:13:27 -04:00
parent f0a24b11a0
commit 0dca020cc0
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ spec:
ps -ef | grep 'sleep 3600' | grep -v 'grep'
initialDelaySeconds: 15
periodSeconds: 15
timeoutSeconds: 10
volumeMounts:
- name: airflow-logs
mountPath: {{ .Values.conf.airflow.core.base_log_folder }}