-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add periodSeconds:30 to liveness and readiness probes (#142)
* add periodSeconds:30 to liveness and readiness probes to stop pod from restarting before its ready. * change feature flags to an array and adjust the template * change feature.flags to list * fix template * use range instead of toyaml so we can use squote * increase probe times to 5
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ mtls: | |
existingSecret: "" | ||
|
||
feature: | ||
flags: "" | ||
flags: [] | ||
|
||
ingress: | ||
enabled: false | ||
|