Fallback Defaults
Appears in
.Values.fallbackDefaults
Defaults
probeType
Define default probe type when not defined in the container level
Key | fallbackDefaults.probeType |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | http |
Valid Values:
- See Probe Types
Example
serviceProtocol
Define default service protocol when not defined in the service
Key | fallbackDefaults.serviceProtocol |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | tcp |
Valid Values:
Example
serviceType
Define default service type when not defined in the service
Key | fallbackDefaults.serviceType |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | ClusterIP |
Valid Values:
- See Service Types
Example
storageClass
Define default storage class when not defined in the persistence
Key | fallbackDefaults.storageClass |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | unset |
Example
persistenceType
Define default persistence type when not defined in the persistence
Key | fallbackDefaults.persistenceType |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | emptyDir |
Valid Values:
Example
pvcRetain
Define default pvc retain when not defined in the persistence
Key | fallbackDefaults.pvcRetain |
Type | bool |
Required | ✅ |
Helm tpl | ❌ |
Default | true |
Example
pvcSize
Define default pvc size when not defined in the persistence
Key | fallbackDefaults.pvcSize |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | 100Gi |
Example
vctSize
Define default vct size when not defined in the persistence
Key | fallbackDefaults.vctSize |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | 100Gi |
Example
accessModes
Define default access modes when not defined in the persistence
Key | fallbackDefaults.accessModes |
Type | list of string |
Required | ✅ |
Helm tpl | ❌ |
Default | ReadWriteOnce |
Example
probeTimeouts
Define default probe timeouts if not defined in the container
Key | fallbackDefaults.probeTimeouts |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default
Example
probeTimeouts.liveness
Define default liveness probe timeouts if not defined in the container
Key | fallbackDefaults.probeTimeouts.liveness |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default
Example
probeTimeouts.liveness.initialDelaySeconds
Define default liveness probe initialDelaySeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.liveness.initialDelaySeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 10 |
Example
probeTimeouts.liveness.periodSeconds
Define default liveness probe periodSeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.liveness.periodSeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 10 |
Example
probeTimeouts.liveness.timeoutSeconds
Define default liveness probe timeoutSeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.liveness.timeoutSeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 5 |
Example
probeTimeouts.liveness.failureThreshold
Define default liveness probe failureThreshold if not defined in the container
Key | fallbackDefaults.probeTimeouts.liveness.failureThreshold |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 5 |
Example
probeTimeouts.liveness.successThreshold
Define default liveness probe successThreshold if not defined in the container
Key | fallbackDefaults.probeTimeouts.liveness.successThreshold |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 1 |
Example
probeTimeouts.readiness
Define default readiness probe timeouts if not defined in the container
Key | fallbackDefaults.probeTimeouts.readiness |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default
Example
probeTimeouts.readiness.initialDelaySeconds
Define default readiness probe initialDelaySeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.readiness.initialDelaySeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 10 |
Example
probeTimeouts.readiness.periodSeconds
Define default readiness probe periodSeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.readiness.periodSeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 10 |
Example
probeTimeouts.readiness.timeoutSeconds
Define default readiness probe timeoutSeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.readiness.timeoutSeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 5 |
Example
probeTimeouts.readiness.failureThreshold
Define default readiness probe failureThreshold if not defined in the container
Key | fallbackDefaults.probeTimeouts.readiness.failureThreshold |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 5 |
Example
probeTimeouts.readiness.successThreshold
Define default readiness probe successThreshold if not defined in the container
Key | fallbackDefaults.probeTimeouts.readiness.successThreshold |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 2 |
Example
probeTimeouts.startup
Define default startup probe timeouts if not defined in the container
Key | fallbackDefaults.probeTimeouts.startup |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default
Example
probeTimeouts.startup.initialDelaySeconds
Define default startup probe initialDelaySeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.startup.initialDelaySeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 10 |
Example
probeTimeouts.startup.periodSeconds
Define default startup probe periodSeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.startup.periodSeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 5 |
Example
probeTimeouts.startup.timeoutSeconds
Define default startup probe timeoutSeconds if not defined in the container
Key | fallbackDefaults.probeTimeouts.startup.timeoutSeconds |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 2 |
Example
probeTimeouts.startup.failureThreshold
Define default startup probe failureThreshold if not defined in the container
Key | fallbackDefaults.probeTimeouts.startup.failureThreshold |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 60 |
Example
probeTimeouts.startup.successThreshold
Define default startup probe successThreshold if not defined in the container
Key | fallbackDefaults.probeTimeouts.startup.successThreshold |
Type | int |
Required | ✅ |
Helm tpl | ❌ |
Default | 1 |
Example