GitHub user amr-noureldin added a comment to the discussion: webserver pod
startup probe failure
Since I suffered from the same symptoms, here is the setup that eventually
worked for me:
startupProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
timeoutSeconds: 60
periodSeconds: 10
successThreshold: 1
failureThreshold: 20
&
resources:
requests:
cpu: 2000m
memory: 1024Mi
GitHub link:
https://github.com/apache/airflow/discussions/36742#discussioncomment-11846887
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]