Parametrize probes (#310)
This PR addresses #307 by parametrizing Probes and moving them to values.yaml --------- Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
@@ -72,10 +72,10 @@ port forwarding. See the chart NOTES output for more details.
|
||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||
| spireHealthCheck.enabled | bool | `true` | Enables the SPIRE Healthchecker indicator |
|
||||
| startupProbe.enabled | bool | `true` | Enable startupProbe on Tornjak frontend container |
|
||||
| startupProbe.failureThreshold | int | `6` | Failure threshold for startupProbe |
|
||||
| startupProbe.failureThreshold | int | `6` | Failure threshold count for startupProbe |
|
||||
| startupProbe.initialDelaySeconds | int | `5` | Initial delay seconds for startupProbe |
|
||||
| startupProbe.periodSeconds | int | `10` | Period seconds for startupProbe |
|
||||
| startupProbe.successThreshold | int | `1` | Success threshold for startupProbe |
|
||||
| startupProbe.successThreshold | int | `1` | Success threshold count for startupProbe |
|
||||
| startupProbe.timeoutSeconds | int | `5` | Timeout seconds for startupProbe |
|
||||
| tolerations | list | `[]` | |
|
||||
| topologySpreadConstraints | list | `[]` | |
|
||||
|
||||
@@ -84,7 +84,7 @@ startupProbe:
|
||||
periodSeconds: 10
|
||||
# -- Timeout seconds for startupProbe
|
||||
timeoutSeconds: 5
|
||||
# -- Failure threshold for startupProbe
|
||||
# -- Failure threshold count for startupProbe
|
||||
failureThreshold: 6
|
||||
# -- Success threshold for startupProbe
|
||||
# -- Success threshold count for startupProbe
|
||||
successThreshold: 1
|
||||
|
||||
Reference in New Issue
Block a user