aaron-y-chen commented on code in PR #71221:
URL: https://github.com/apache/airflow/pull/71221#discussion_r3780299126
##########
chart/values.schema.json:
##########
@@ -2111,6 +2111,38 @@
"type": "boolean",
"default": false
},
+ "startupProbe": {
+ "description": "Startup probe for the
Kerberos worker sidecar (runs `klist -s`).",
+ "type": "object",
+ "additionalProperties": false,
+ "properties": {
+ "enabled": {
+ "description": "Enable the
Kerberos sidecar startup probe. Disable for custom images without `klist`.",
+ "type": "boolean",
+ "default": true
+ },
+ "timeoutSeconds": {
+ "description": "Number of seconds
after which the probe times out.",
+ "type": "integer",
+ "default": 5
Review Comment:
Thanks! I also set the minimum value for time-related properties such as
`timeoutSeconds` and `periodSeconds` to 1. I think this makes more sense. Let
me know if anything needs to be adjusted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]