From ea4543aa27e92be0da2bc50f24c6df93fee236b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:26:22 +0000 Subject: [PATCH] k8s api docs 7.22.0-15 --- ...s_enterprise_active_active_database_api.md | 572 +- .../api/redis_enterprise_cluster_api.md | 24791 +--------------- .../api/redis_enterprise_database_api.md | 2 - .../redis_enterprise_remote_cluster_api.md | 2 - 4 files changed, 1464 insertions(+), 23903 deletions(-) diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md index e167b81ab1..5319deb02f 100644 --- a/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md +++ b/content/operate/kubernetes/reference/api/redis_enterprise_active_active_database_api.md @@ -7,8 +7,6 @@ categories: - kubernetes linkTitle: REAADB API weight: 30 -aliases: -- /operate/kubernetes/reference/redis_enterprise_active_active_database_api/ --- apiVersion: @@ -169,6 +167,13 @@ The Active-Active database global configurations, contains the global properties Connection/ association to the Active-Active database.
false + + alertSettings + object + + Settings for database alerts. Note - Alert settings are not supported for Active-Active database.
+ + false backup object @@ -414,6 +419,569 @@ Connection/ association to the Active-Active database. +### spec.globalConfigurations.alertSettings +[↩ Parent](#specglobalconfigurations) + +Settings for database alerts. Note - Alert settings are not supported for Active-Active database. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
bdb_backup_delayedobject + Periodic backup has been delayed for longer than specified threshold value [minutes]
+
false
bdb_crdt_src_high_syncer_lagobject + Active-active source - sync lag is higher than specified threshold value [seconds]
+
false
bdb_crdt_src_syncer_connection_errorobject + Active-active source - sync has connection error while trying to connect replica source
+
false
bdb_crdt_src_syncer_general_errorobject + Active-active source - sync encountered in general error
+
false
bdb_high_latencyobject + Latency is higher than specified threshold value [micro-sec]
+
false
bdb_high_throughputobject + Throughput is higher than specified threshold value [requests / sec.]
+
false
bdb_long_running_actionobject + An alert for state-machines that are running for too long
+
false
bdb_low_throughputobject + Throughput is lower than specified threshold value [requests / sec.]
+
false
bdb_ram_dataset_overheadobject + Dataset RAM overhead of a shard has reached the threshold value [% of its RAM limit]
+
false
bdb_ram_valuesobject + Percent of values kept in a shard's RAM is lower than [% of its key count]
+
false
bdb_replica_src_high_syncer_lagobject + Replica-of source - sync lag is higher than specified threshold value [seconds]
+
false
bdb_replica_src_syncer_connection_errorobject + Replica-of source - sync has connection error while trying to connect replica source
+
false
bdb_shard_num_ram_valuesobject + Number of values kept in a shard's RAM is lower than [values]
+
false
bdb_sizeobject + Dataset size has reached the threshold value [% of the memory limit]
+
false
+ + +### spec.globalConfigurations.alertSettings.bdb_backup_delayed +[↩ Parent](#specglobalconfigurationsalertsettings) + +Periodic backup has been delayed for longer than specified threshold value [minutes] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_crdt_src_high_syncer_lag +[↩ Parent](#specglobalconfigurationsalertsettings) + +Active-active source - sync lag is higher than specified threshold value [seconds] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_crdt_src_syncer_connection_error +[↩ Parent](#specglobalconfigurationsalertsettings) + +Active-active source - sync has connection error while trying to connect replica source + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_crdt_src_syncer_general_error +[↩ Parent](#specglobalconfigurationsalertsettings) + +Active-active source - sync encountered in general error + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_high_latency +[↩ Parent](#specglobalconfigurationsalertsettings) + +Latency is higher than specified threshold value [micro-sec] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_high_throughput +[↩ Parent](#specglobalconfigurationsalertsettings) + +Throughput is higher than specified threshold value [requests / sec.] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_long_running_action +[↩ Parent](#specglobalconfigurationsalertsettings) + +An alert for state-machines that are running for too long + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_low_throughput +[↩ Parent](#specglobalconfigurationsalertsettings) + +Throughput is lower than specified threshold value [requests / sec.] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_ram_dataset_overhead +[↩ Parent](#specglobalconfigurationsalertsettings) + +Dataset RAM overhead of a shard has reached the threshold value [% of its RAM limit] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_ram_values +[↩ Parent](#specglobalconfigurationsalertsettings) + +Percent of values kept in a shard's RAM is lower than [% of its key count] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_replica_src_high_syncer_lag +[↩ Parent](#specglobalconfigurationsalertsettings) + +Replica-of source - sync lag is higher than specified threshold value [seconds] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_replica_src_syncer_connection_error +[↩ Parent](#specglobalconfigurationsalertsettings) + +Replica-of source - sync has connection error while trying to connect replica source + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_shard_num_ram_values +[↩ Parent](#specglobalconfigurationsalertsettings) + +Number of values kept in a shard's RAM is lower than [values] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ + +### spec.globalConfigurations.alertSettings.bdb_size +[↩ Parent](#specglobalconfigurationsalertsettings) + +Dataset size has reached the threshold value [% of the memory limit] + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescriptionRequired
enabledboolean + Alert enabled or disabled
+
true
thresholdstring + Threshold for alert going on/off
+
true
+ ### spec.globalConfigurations.backup [↩ Parent](#specglobalconfigurations) diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md index d05065fd07..51cf35073c 100644 --- a/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md +++ b/content/operate/kubernetes/reference/api/redis_enterprise_cluster_api.md @@ -7,8 +7,6 @@ categories: - kubernetes linkTitle: REC API weight: 30 -aliases: -- /operate/kubernetes/reference/redis_enterprise_cluster_api/ --- apiVersion: @@ -859,201 +857,6 @@ Container timezone configuration. While the default timezone on all containers i -### spec.extraEnvVars[].valueFrom -[↩ Parent](#specextraenvvars) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject -
-
false
fieldRefobject -
-
false
resourceFieldRefobject -
-
false
secretKeyRefobject -
-
false
- - -### spec.extraEnvVars[].valueFrom.configMapKeyRef -[↩ Parent](#specextraenvvarsvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.extraEnvVars[].valueFrom.fieldRef -[↩ Parent](#specextraenvvarsvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.extraEnvVars[].valueFrom.resourceFieldRef -[↩ Parent](#specextraenvvarsvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.extraEnvVars[].valueFrom.secretKeyRef -[↩ Parent](#specextraenvvarsvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - ### spec.hostAliases[] [↩ Parent](#spec) @@ -1535,10 +1338,10 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More -### spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specpodantiaffinity) - +### spec.podStartingPolicy +[↩ Parent](#spec) +Mitigation setting for STS pods stuck in "ContainerCreating" @@ -1550,17 +1353,17 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More - - + + - + @@ -1569,8 +1372,8 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More
podAffinityTermobjectenabledboolean -
+ Whether to detect and attempt to mitigate pod startup issues
true
weightstartingThresholdSeconds integer -
+ Time in seconds to wait for a pod to be stuck while starting up before action is taken. If set to 0, will be treated as if disabled.

Format: int32
-### spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm -[↩ Parent](#specpodantiaffinitypreferredduringschedulingignoredduringexecution) +### spec.podTolerations[] +[↩ Parent](#spec) @@ -1584,29 +1387,38 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More - topologyKey + effect string
- true + false - labelSelector - object + key + string
false - namespaceSelector - object + operator + string
false - namespaces - []string + tolerationSeconds + integer + +
+
+ Format: int64
+ + false + + value + string
@@ -1615,8 +1427,8 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More -### spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector -[↩ Parent](#specpodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) +### spec.pullSecrets[] +[↩ Parent](#spec) @@ -1630,27 +1442,20 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More - matchExpressions - []object - -
- - false - - matchLabels - map[string]string + name + string -
+ Secret name
false -### spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[] -[↩ Parent](#specpodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermlabelselector) - +### spec.redisEnterpriseAdditionalPodSpecAttributes +[↩ Parent](#spec) +ADVANCED USAGE USE AT YOUR OWN RISK - specify pod attributes that are required for the statefulset - Redis Enterprise pods. Pod attributes managed by the operator might override these settings. Also make sure the attributes are supported by the K8s version running on the cluster - the operator does not validate that. @@ -1662,22853 +1467,449 @@ Override for the default anti-affinity rules of the Redis Enterprise pods. More - - + + - + - - + + - + - - - - - -
keystringactiveDeadlineSecondsinteger
+
+ Format: int64
truefalse
operatorstringaffinityobject
truefalse
values[]string -
-
false
- - -### spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector -[↩ Parent](#specpodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - + + - - + + - -
NameTypeDescriptionRequired
matchExpressions[]objectautomountServiceAccountTokenboolean
false
matchLabelsmap[string]stringdnsConfigobject
false
- - -### spec.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[] -[↩ Parent](#specpodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermnamespaceselector) - - - - - - - - - - - - - - - - - - + - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatordnsPolicy string
true
values[]string -
-
false
- - -### spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specpodantiaffinity) - - - - - - - - - - - - - - - - - - - + + - - + + - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobjectenableServiceLinksboolean
false
namespaceSelectorobjectephemeralContainers[]object
false
namespaces[]string -
-
false
- - -### spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector -[↩ Parent](#specpodantiaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - + - - + + - -
NameTypeDescriptionRequired
matchExpressionshostAliases []object
false
matchLabelsmap[string]stringhostIPCboolean
false
- - -### spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[] -[↩ Parent](#specpodantiaffinityrequiredduringschedulingignoredduringexecutionlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector -[↩ Parent](#specpodantiaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - + + - - + + - -
NameTypeDescriptionRequired
matchExpressions[]objecthostNetworkboolean
false
matchLabelsmap[string]stringhostPIDboolean
false
- - -### spec.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[] -[↩ Parent](#specpodantiaffinityrequiredduringschedulingignoredduringexecutionnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - + + - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]stringhostUsersboolean
false
- - -### spec.podStartingPolicy -[↩ Parent](#spec) - -Mitigation setting for STS pods stuck in "ContainerCreating" - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
enabledboolean - Whether to detect and attempt to mitigate pod startup issues
-
true
startingThresholdSecondsinteger - Time in seconds to wait for a pod to be stuck while starting up before action is taken. If set to 0, will be treated as if disabled.
-
- Format: int32
-
true
- - -### spec.podTolerations[] -[↩ Parent](#spec) - - - - - - - - - - - - - - + - - + + - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
effecthostname string
false
keystringimagePullSecrets[]object
false
operatorstring -
-
false
tolerationSecondsinteger -
-
- Format: int64
-
false
valuestring -
-
false
- - -### spec.pullSecrets[] -[↩ Parent](#spec) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring - Secret name
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes -[↩ Parent](#spec) - -ADVANCED USAGE USE AT YOUR OWN RISK - specify pod attributes that are required for the statefulset - Redis Enterprise pods. Pod attributes managed by the operator might override these settings. Also make sure the attributes are supported by the K8s version running on the cluster - the operator does not validate that. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
activeDeadlineSecondsinteger -
-
- Format: int64
-
false
affinityobject -
-
false
automountServiceAccountTokenboolean -
-
false
dnsConfigobject -
-
false
dnsPolicystring -
-
false
enableServiceLinksboolean -
-
false
ephemeralContainers[]object -
-
false
hostAliases[]object -
-
false
hostIPCboolean -
-
false
hostNetworkboolean -
-
false
hostPIDboolean -
-
false
hostUsersboolean -
-
false
hostnamestring -
-
false
imagePullSecrets[]object -
-
false
initContainers[]object -
-
false
nodeNamestring -
-
false
nodeSelectormap[string]string -
-
false
osobject -
-
false
overheadmap[string]int or string -
-
false
preemptionPolicystring -
-
false
priorityinteger -
-
- Format: int32
-
false
priorityClassNamestring -
-
false
readinessGates[]object -
-
false
resourceClaims[]object -
-
false
restartPolicystring -
-
false
runtimeClassNamestring -
-
false
schedulerNamestring -
-
false
schedulingGates[]object -
-
false
securityContextobject -
-
false
serviceAccountstring -
-
false
serviceAccountNamestring -
-
false
setHostnameAsFQDNboolean -
-
false
shareProcessNamespaceboolean -
-
false
subdomainstring -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
tolerations[]object -
-
false
topologySpreadConstraints[]object -
-
false
volumes[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
nodeAffinityobject -
-
false
podAffinityobject -
-
false
podAntiAffinityobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferredDuringSchedulingIgnoredDuringExecution[]object -
-
false
requiredDuringSchedulingIgnoredDuringExecutionobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferenceobject -
-
true
weightinteger -
-
- Format: int32
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinitypreferredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchFields[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinitypreferredduringschedulingignoredduringexecutionpreference) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchFields[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinitypreferredduringschedulingignoredduringexecutionpreference) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinity) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
nodeSelectorTerms[]object -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchFields[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinityrequiredduringschedulingignoredduringexecutionnodeselectorterms) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchFields[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitynodeaffinityrequiredduringschedulingignoredduringexecutionnodeselectorterms) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferredDuringSchedulingIgnoredDuringExecution[]object -
-
false
requiredDuringSchedulingIgnoredDuringExecution[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
podAffinityTermobject -
-
true
weightinteger -
-
- Format: int32
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinity) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecutionlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecutionnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferredDuringSchedulingIgnoredDuringExecution[]object -
-
false
requiredDuringSchedulingIgnoredDuringExecution[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
podAffinityTermobject -
-
true
weightinteger -
-
- Format: int32
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinity) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecutionlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecutionnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.dnsConfig -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
nameservers[]string -
-
false
options[]object -
-
false
searches[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.dnsConfig.options[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesdnsconfig) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
valuestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
args[]string -
-
false
command[]string -
-
false
env[]object -
-
false
envFrom[]object -
-
false
imagestring -
-
false
imagePullPolicystring -
-
false
lifecycleobject -
-
false
livenessProbeobject -
-
false
ports[]object -
-
false
readinessProbeobject -
-
false
resourcesobject -
-
false
securityContextobject -
-
false
startupProbeobject -
-
false
stdinboolean -
-
false
stdinOnceboolean -
-
false
targetContainerNamestring -
-
false
terminationMessagePathstring -
-
false
terminationMessagePolicystring -
-
false
ttyboolean -
-
false
volumeDevices[]object -
-
false
volumeMounts[]object -
-
false
workingDirstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
false
valueFromobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenv) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject -
-
false
fieldRefobject -
-
false
resourceFieldRefobject -
-
false
secretKeyRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.configMapKeyRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.fieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.resourceFieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.secretKeyRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapRefobject -
-
false
prefixstring -
-
false
secretRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].configMapRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
postStartobject -
-
false
preStopobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecyclepoststarthttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecycleprestophttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.grpc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslivenessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].ports[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
containerPortinteger -
-
- Format: int32
-
true
hostIPstring -
-
false
hostPortinteger -
-
- Format: int32
-
false
namestring -
-
false
protocolstring -
-
- Default: TCP
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.grpc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersreadinessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].resources -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].resources.claims[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
allowPrivilegeEscalationboolean -
-
false
capabilitiesobject -
-
false
privilegedboolean -
-
false
procMountstring -
-
false
readOnlyRootFilesystemboolean -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
windowsOptionsobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.capabilities -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
add[]string -
-
false
drop[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seLinuxOptions -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seccompProfile -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.windowsOptions -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.grpc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersstartupprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].volumeDevices[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
devicePathstring -
-
true
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.ephemeralContainers[].volumeMounts[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mountPathstring -
-
true
namestring -
-
true
mountPropagationstring -
-
false
readOnlyboolean -
-
false
subPathstring -
-
false
subPathExprstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.hostAliases[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
hostnames[]string -
-
false
ipstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.imagePullSecrets[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
args[]string -
-
false
command[]string -
-
false
env[]object -
-
false
envFrom[]object -
-
false
imagestring -
-
false
imagePullPolicystring -
-
false
lifecycleobject -
-
false
livenessProbeobject -
-
false
ports[]object -
-
false
readinessProbeobject -
-
false
resourcesobject -
-
false
securityContextobject -
-
false
startupProbeobject -
-
false
stdinboolean -
-
false
stdinOnceboolean -
-
false
terminationMessagePathstring -
-
false
terminationMessagePolicystring -
-
false
ttyboolean -
-
false
volumeDevices[]object -
-
false
volumeMounts[]object -
-
false
workingDirstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
false
valueFromobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenv) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject -
-
false
fieldRefobject -
-
false
resourceFieldRefobject -
-
false
secretKeyRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.configMapKeyRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.fieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.resourceFieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.secretKeyRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].envFrom[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapRefobject -
-
false
prefixstring -
-
false
secretRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].envFrom[].configMapRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].envFrom[].secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
postStartobject -
-
false
preStopobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecyclepoststarthttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecycleprestophttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.grpc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslivenessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].livenessProbe.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].ports[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
containerPortinteger -
-
- Format: int32
-
true
hostIPstring -
-
false
hostPortinteger -
-
- Format: int32
-
false
namestring -
-
false
protocolstring -
-
- Default: TCP
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.grpc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersreadinessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].readinessProbe.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].resources -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].resources.claims[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
allowPrivilegeEscalationboolean -
-
false
capabilitiesobject -
-
false
privilegedboolean -
-
false
procMountstring -
-
false
readOnlyRootFilesystemboolean -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
windowsOptionsobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.capabilities -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
add[]string -
-
false
drop[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.seLinuxOptions -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.seccompProfile -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].securityContext.windowsOptions -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.exec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.grpc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet.httpHeaders[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersstartupprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].startupProbe.tcpSocket -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].volumeDevices[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
devicePathstring -
-
true
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.initContainers[].volumeMounts[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mountPathstring -
-
true
namestring -
-
true
mountPropagationstring -
-
false
readOnlyboolean -
-
false
subPathstring -
-
false
subPathExprstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.os -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.readinessGates[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
conditionTypestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.resourceClaims[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
sourceobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.resourceClaims[].source -[↩ Parent](#specredisenterpriseadditionalpodspecattributesresourceclaims) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourceClaimNamestring -
-
false
resourceClaimTemplateNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.schedulingGates[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fsGroupinteger -
-
- Format: int64
-
false
fsGroupChangePolicystring -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
supplementalGroups[]integer -
-
false
sysctls[]object -
-
false
windowsOptionsobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.seLinuxOptions -[↩ Parent](#specredisenterpriseadditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.seccompProfile -[↩ Parent](#specredisenterpriseadditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.sysctls[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.securityContext.windowsOptions -[↩ Parent](#specredisenterpriseadditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.tolerations[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
effectstring -
-
false
keystring -
-
false
operatorstring -
-
false
tolerationSecondsinteger -
-
- Format: int64
-
false
valuestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.topologySpreadConstraints[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
maxSkewinteger -
-
- Format: int32
-
true
topologyKeystring -
-
true
whenUnsatisfiablestring -
-
true
labelSelectorobject -
-
false
matchLabelKeys[]string -
-
false
minDomainsinteger -
-
- Format: int32
-
false
nodeAffinityPolicystring -
-
false
nodeTaintsPolicystring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector -[↩ Parent](#specredisenterpriseadditionalpodspecattributestopologyspreadconstraints) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributestopologyspreadconstraintslabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
awsElasticBlockStoreobject -
-
false
azureDiskobject -
-
false
azureFileobject -
-
false
cephfsobject -
-
false
cinderobject -
-
false
configMapobject -
-
false
csiobject -
-
false
downwardAPIobject -
-
false
emptyDirobject -
-
false
ephemeralobject -
-
false
fcobject -
-
false
flexVolumeobject -
-
false
flockerobject -
-
false
gcePersistentDiskobject -
-
false
gitRepoobject -
-
false
glusterfsobject -
-
false
hostPathobject -
-
false
iscsiobject -
-
false
nfsobject -
-
false
persistentVolumeClaimobject -
-
false
photonPersistentDiskobject -
-
false
portworxVolumeobject -
-
false
projectedobject -
-
false
quobyteobject -
-
false
rbdobject -
-
false
scaleIOobject -
-
false
secretobject -
-
false
storageosobject -
-
false
vsphereVolumeobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].awsElasticBlockStore -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeIDstring -
-
true
fsTypestring -
-
false
partitioninteger -
-
- Format: int32
-
false
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].azureDisk -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
diskNamestring -
-
true
diskURIstring -
-
true
cachingModestring -
-
false
fsTypestring -
-
false
kindstring -
-
false
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].azureFile -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
secretNamestring -
-
true
shareNamestring -
-
true
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cephfs -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
monitors[]string -
-
true
pathstring -
-
false
readOnlyboolean -
-
false
secretFilestring -
-
false
secretRefobject -
-
false
userstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cephfs.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumescephfs) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cinder -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeIDstring -
-
true
fsTypestring -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].cinder.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumescinder) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].configMap -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
items[]object -
-
false
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].configMap.items[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesconfigmap) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].csi -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
driverstring -
-
true
fsTypestring -
-
false
nodePublishSecretRefobject -
-
false
readOnlyboolean -
-
false
volumeAttributesmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].csi.nodePublishSecretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumescsi) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
items[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI.items[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesdownwardapi) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
fieldRefobject -
-
false
modeinteger -
-
- Format: int32
-
false
resourceFieldRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].fieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].resourceFieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].emptyDir -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mediumstring -
-
false
sizeLimitint or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeClaimTemplateobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeral) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
specobject -
-
true
metadataobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplate) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
accessModes[]string -
-
false
dataSourceobject -
-
false
dataSourceRefobject -
-
false
resourcesobject -
-
false
selectorobject -
-
false
storageClassNamestring -
-
false
volumeModestring -
-
false
volumeNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSource -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
kindstring -
-
true
namestring -
-
true
apiGroupstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSourceRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
kindstring -
-
true
namestring -
-
true
apiGroupstring -
-
false
namespacestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources.claims[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespecresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespecselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].fc -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fsTypestring -
-
false
luninteger -
-
- Format: int32
-
false
readOnlyboolean -
-
false
targetWWNs[]string -
-
false
wwids[]string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].flexVolume -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
driverstring -
-
true
fsTypestring -
-
false
optionsmap[string]string -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].flexVolume.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesflexvolume) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].flocker -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
datasetNamestring -
-
false
datasetUUIDstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].gcePersistentDisk -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pdNamestring -
-
true
fsTypestring -
-
false
partitioninteger -
-
- Format: int32
-
false
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].gitRepo -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
repositorystring -
-
true
directorystring -
-
false
revisionstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].glusterfs -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
endpointsstring -
-
true
pathstring -
-
true
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].hostPath -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
typestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].iscsi -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
iqnstring -
-
true
luninteger -
-
- Format: int32
-
true
targetPortalstring -
-
true
chapAuthDiscoveryboolean -
-
false
chapAuthSessionboolean -
-
false
fsTypestring -
-
false
initiatorNamestring -
-
false
iscsiInterfacestring -
-
false
portals[]string -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].iscsi.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesiscsi) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].nfs -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
serverstring -
-
true
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].persistentVolumeClaim -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claimNamestring -
-
true
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].photonPersistentDisk -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pdIDstring -
-
true
fsTypestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].portworxVolume -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeIDstring -
-
true
fsTypestring -
-
false
readOnlyboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
sources[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojected) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapobject -
-
false
downwardAPIobject -
-
false
secretobject -
-
false
serviceAccountTokenobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
items[]object -
-
false
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap.items[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsourcesconfigmap) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
items[]object -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsourcesdownwardapi) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
fieldRefobject -
-
false
modeinteger -
-
- Format: int32
-
false
resourceFieldRefobject -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].fieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsourcesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsourcesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].secret -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
items[]object -
-
false
namestring -
-
false
optionalboolean -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].secret.items[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsourcessecret) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].projected.sources[].serviceAccountToken -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
audiencestring -
-
false
expirationSecondsinteger -
-
- Format: int64
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].quobyte -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
registrystring -
-
true
volumestring -
-
true
groupstring -
-
false
readOnlyboolean -
-
false
tenantstring -
-
false
userstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].rbd -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
imagestring -
-
true
monitors[]string -
-
true
fsTypestring -
-
false
keyringstring -
-
false
poolstring -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
userstring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].rbd.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesrbd) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].scaleIO -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gatewaystring -
-
true
secretRefobject -
-
true
systemstring -
-
true
fsTypestring -
-
false
protectionDomainstring -
-
false
readOnlyboolean -
-
false
sslEnabledboolean -
-
false
storageModestring -
-
false
storagePoolstring -
-
false
volumeNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].scaleIO.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesscaleio) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].secret -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
items[]object -
-
false
optionalboolean -
-
false
secretNamestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].secret.items[] -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumessecret) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].storageos -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fsTypestring -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
volumeNamestring -
-
false
volumeNamespacestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].storageos.secretRef -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumesstorageos) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.redisEnterpriseAdditionalPodSpecAttributes.volumes[].vsphereVolume -[↩ Parent](#specredisenterpriseadditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumePathstring -
-
true
fsTypestring -
-
false
storagePolicyIDstring -
-
false
storagePolicyNamestring -
-
false
- - -### spec.redisEnterpriseImageSpec -[↩ Parent](#spec) - -Specification for Redis Enterprise container image - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
digestHashstring - The digest hash of the container image to pull. When specified, the container image is pulled according to the digest hash instead of the image tag. The versionTag field must also be specified with the image tag matching this digest hash. Note: This field is only supported for OLM deployments.
-
false
imagePullPolicystring - The image pull policy to be applied to the container image. One of Always, Never, IfNotPresent.
-
false
repositorystring - The repository (name) of the container image to be deployed.
-
false
versionTagstring - The tag of the container image to be deployed.
-
false
- - -### spec.redisEnterpriseNodeResources -[↩ Parent](#spec) - -Compute resource requirements for Redis Enterprise containers - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string - Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
-
false
requestsmap[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
-
false
- - -### spec.redisEnterpriseNodeResources.claims[] -[↩ Parent](#specredisenterprisenoderesources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseServicesConfiguration -[↩ Parent](#spec) - -RS Cluster optional services settings - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
cmServerobject -
-
false
crdbCoordinatorobject -
-
false
crdbWorkerobject -
-
false
mdnsServerobject -
-
false
pdnsServerobject -
-
false
saslauthdobject -
-
false
statsArchiverobject -
-
false
- - -### spec.redisEnterpriseServicesConfiguration.cmServer -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Whether to enable/disable the CM server
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesConfiguration.crdbCoordinator -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Whether to enable/disable the crdb coordinator process
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesConfiguration.crdbWorker -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Whether to enable/disable the crdb worker processes
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesConfiguration.mdnsServer -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Whether to enable/disable the Multicast DNS server
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesConfiguration.pdnsServer -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Deprecated: The PDNS Server is now disabled by the operator. This field will be ignored.
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesConfiguration.saslauthd -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Whether to enable/disable the saslauthd service
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesConfiguration.statsArchiver -[↩ Parent](#specredisenterpriseservicesconfiguration) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
operatingModeenum - Whether to enable/disable the stats archiver service
-
- Enum: enabled, disabled
-
true
- - -### spec.redisEnterpriseServicesRiggerImageSpec -[↩ Parent](#spec) - -Specification for Services Rigger container image - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
digestHashstring - The digest hash of the container image to pull. When specified, the container image is pulled according to the digest hash instead of the image tag. The versionTag field must also be specified with the image tag matching this digest hash. Note: This field is only supported for OLM deployments.
-
false
imagePullPolicystring - The image pull policy to be applied to the container image. One of Always, Never, IfNotPresent.
-
false
repositorystring - The repository (name) of the container image to be deployed.
-
false
versionTagstring - The tag of the container image to be deployed.
-
false
- - -### spec.redisEnterpriseServicesRiggerResources -[↩ Parent](#spec) - -Compute resource requirements for Services Rigger pod - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string - Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
-
false
requestsmap[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
-
false
- - -### spec.redisEnterpriseServicesRiggerResources.claims[] -[↩ Parent](#specredisenterpriseservicesriggerresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.redisEnterpriseVolumeMounts[] -[↩ Parent](#spec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mountPathstring -
-
true
namestring -
-
true
mountPropagationstring -
-
false
readOnlyboolean -
-
false
subPathstring -
-
false
subPathExprstring -
-
false
- - -### spec.redisOnFlashSpec -[↩ Parent](#spec) - -Stores configurations specific to redis on flash. If provided, the cluster will be capable of creating redis on flash databases. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
enabledboolean -
-
true
storageClassNamestring -
-
true
bigStoreDriverenum -
-
- Enum: rocksdb, speedb
-
false
flashDiskSizeint or string -
-
false
flashStorageEngineenum -
-
- Enum: rocksdb
-
false
- - -### spec.securityContext -[↩ Parent](#spec) - -The security configuration that will be applied to RS pods. - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
readOnlyRootFilesystemPolicyobject - Policy controlling whether to enable read-only root filesystem for the Redis Enterprise software containers. Note that certain filesystem paths remain writable through mounted volumes to ensure proper functionality.
-
false
resourceLimitsobject - Settings pertaining to resource limits management by the Redis Enterprise Node container.
-
false
- - -### spec.securityContext.readOnlyRootFilesystemPolicy -[↩ Parent](#specsecuritycontext) - -Policy controlling whether to enable read-only root filesystem for the Redis Enterprise software containers. Note that certain filesystem paths remain writable through mounted volumes to ensure proper functionality. - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
enabledboolean - Whether to enable read-only root filesystem for the Redis Enterprise software containers. Default is false.
-
true
- - -### spec.securityContext.resourceLimits -[↩ Parent](#specsecuritycontext) - -Settings pertaining to resource limits management by the Redis Enterprise Node container. - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
allowAutoAdjustmentboolean - Allow Redis Enterprise to adjust resource limits, like max open file descriptors, of its data plane processes. When this option is enabled, the SYS_RESOURCE capability is added to the Redis Enterprise pods, and their allowPrivilegeEscalation field is set. Turned off by default.
-
false
- - -### spec.services -[↩ Parent](#spec) - -Customization options for operator-managed service resources created for Redis Enterprise clusters and databases - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
apiServiceobject - Customization options for the REC API service.
-
false
servicesAnnotationsmap[string]string - Global additional annotations to set on service resources created by the operator. The specified annotations will not override annotations that already exist and didn't originate from the operator.
-
false
- - -### spec.services.apiService -[↩ Parent](#specservices) - -Customization options for the REC API service. - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typeenum - Type of service to create for the REC API service. Defaults to ClusterIP service, if not specified otherwise.
-
- Enum: ClusterIP, NodePort, LoadBalancer
-
false
- - -### spec.servicesRiggerSpec -[↩ Parent](#spec) - -Specification for service rigger - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
databaseServicePortPolicyenum - databaseServicePortPolicy instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. Note - Regardless whether this flag is set or not, if an REDB/REAADB configured with databaseServicePort that would be the port exposed by the Service. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379).
-
- Enum: DatabasePortForward, RedisDefaultPort
-
false
databaseServiceTypestring - Service types for access to databases. should be a comma separated list. The possible values are cluster_ip, headless and load_balancer.
-
false
extraEnvVars[]object -
-
false
podAnnotationsmap[string]string - annotations for the service rigger pod
-
false
serviceNamingenum - Used to determine how to name the services created automatically when a database is created. When bdb_name is used, the database name will be also used for the service name. When redis-port is used, the service will be named redis-.
-
- Enum: bdb_name, redis-port
-
false
servicesRiggerAdditionalPodSpecAttributesobject - ADVANCED USAGE USE AT YOUR OWN RISK - specify pod attributes that are required for the rigger deployment pod. Pod attributes managed by the operator might override these settings (Containers, serviceAccountName, podTolerations, ImagePullSecrets, nodeSelector, PriorityClassName, PodSecurityContext). Also make sure the attributes are supported by the K8s version running on the cluster - the operator does not validate that.
-
false
- - -### spec.servicesRiggerSpec.extraEnvVars[] -[↩ Parent](#specservicesriggerspec) - -EnvVar represents an environment variable present in a Container. More info: https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/ - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring - Name of the environment variable.
-
true
valuestring -
-
false
valueFromobject - Source for the environment variable's value. Cannot be used if value is not empty.
-
false
- - -### spec.servicesRiggerSpec.extraEnvVars[].valueFrom -[↩ Parent](#specservicesriggerspecextraenvvars) - -Source for the environment variable's value. Cannot be used if value is not empty. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject - Selects a key of a ConfigMap.
-
false
fieldRefobject - Selects a field of the pod
-
false
resourceFieldRefobject - Selects a resource of the container: only resources limits and requests are currently supported.
-
false
secretKeyRefobject - Selects a key of a secret in the pod's namespace
-
false
- - -### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.configMapKeyRef -[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) - -Selects a key of a ConfigMap. - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring - The key to select.
-
true
namestring - Name of the referent
-
false
optionalboolean - Specify whether the ConfigMap or its key must be defined
-
false
- - -### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.fieldRef -[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) - -Selects a field of the pod - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring - Path of the field to select in the specified API version.
-
true
apiVersionstring - Version of the schema the FieldPath is written in terms of, defaults to "v1".
-
false
- - -### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.resourceFieldRef -[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) - -Selects a resource of the container: only resources limits and requests are currently supported. - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring - Required: resource to select
-
true
containerNamestring - Container name: required for volumes, optional for env vars
-
false
divisorint or string - Specifies the output format of the exposed resources, defaults to "1"
-
false
- - -### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.secretKeyRef -[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) - -Selects a key of a secret in the pod's namespace - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring - The key of the secret to select from. Must be a valid secret key.
-
true
namestring - Name of the referent
-
false
optionalboolean - Specify whether the Secret or its key must be defined
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes -[↩ Parent](#specservicesriggerspec) - -ADVANCED USAGE USE AT YOUR OWN RISK - specify pod attributes that are required for the rigger deployment pod. Pod attributes managed by the operator might override these settings (Containers, serviceAccountName, podTolerations, ImagePullSecrets, nodeSelector, PriorityClassName, PodSecurityContext). Also make sure the attributes are supported by the K8s version running on the cluster - the operator does not validate that. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
activeDeadlineSecondsinteger -
-
- Format: int64
-
false
affinityobject -
-
false
automountServiceAccountTokenboolean -
-
false
dnsConfigobject -
-
false
dnsPolicystring -
-
false
enableServiceLinksboolean -
-
false
ephemeralContainers[]object -
-
false
hostAliases[]object -
-
false
hostIPCboolean -
-
false
hostNetworkboolean -
-
false
hostPIDboolean -
-
false
hostUsersboolean -
-
false
hostnamestring -
-
false
imagePullSecrets[]object -
-
false
initContainers[]object -
-
false
nodeNamestring -
-
false
nodeSelectormap[string]string -
-
false
osobject -
-
false
overheadmap[string]int or string -
-
false
preemptionPolicystring -
-
false
priorityinteger -
-
- Format: int32
-
false
priorityClassNamestring -
-
false
readinessGates[]object -
-
false
resourceClaims[]object -
-
false
restartPolicystring -
-
false
runtimeClassNamestring -
-
false
schedulerNamestring -
-
false
schedulingGates[]object -
-
false
securityContextobject -
-
false
serviceAccountstring -
-
false
serviceAccountNamestring -
-
false
setHostnameAsFQDNboolean -
-
false
shareProcessNamespaceboolean -
-
false
subdomainstring -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
tolerations[]object -
-
false
topologySpreadConstraints[]object -
-
false
volumes[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
nodeAffinityobject -
-
false
podAffinityobject -
-
false
podAntiAffinityobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferredDuringSchedulingIgnoredDuringExecution[]object -
-
false
requiredDuringSchedulingIgnoredDuringExecutionobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferenceobject -
-
true
weightinteger -
-
- Format: int32
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinitypreferredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchFields[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinitypreferredduringschedulingignoredduringexecutionpreference) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[].preference.matchFields[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinitypreferredduringschedulingignoredduringexecutionpreference) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinity) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
nodeSelectorTerms[]object -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchFields[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinityrequiredduringschedulingignoredduringexecutionnodeselectorterms) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[].matchFields[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitynodeaffinityrequiredduringschedulingignoredduringexecutionnodeselectorterms) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferredDuringSchedulingIgnoredDuringExecution[]object -
-
false
requiredDuringSchedulingIgnoredDuringExecution[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
podAffinityTermobject -
-
true
weightinteger -
-
- Format: int32
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinity) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecutionlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodaffinityrequiredduringschedulingignoredduringexecutionnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
preferredDuringSchedulingIgnoredDuringExecution[]object -
-
false
requiredDuringSchedulingIgnoredDuringExecution[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinity) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
podAffinityTermobject -
-
true
weightinteger -
-
- Format: int32
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.labelSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinityterm) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[].podAffinityTerm.namespaceSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinitypreferredduringschedulingignoredduringexecutionpodaffinitytermnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinity) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
topologyKeystring -
-
true
labelSelectorobject -
-
false
namespaceSelectorobject -
-
false
namespaces[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].labelSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecutionlabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecution) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[].namespaceSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesaffinitypodantiaffinityrequiredduringschedulingignoredduringexecutionnamespaceselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.dnsConfig -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
nameservers[]string -
-
false
options[]object -
-
false
searches[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.dnsConfig.options[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesdnsconfig) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
valuestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
args[]string -
-
false
command[]string -
-
false
env[]object -
-
false
envFrom[]object -
-
false
imagestring -
-
false
imagePullPolicystring -
-
false
lifecycleobject -
-
false
livenessProbeobject -
-
false
ports[]object -
-
false
readinessProbeobject -
-
false
resourcesobject -
-
false
securityContextobject -
-
false
startupProbeobject -
-
false
stdinboolean -
-
false
stdinOnceboolean -
-
false
targetContainerNamestring -
-
false
terminationMessagePathstring -
-
false
terminationMessagePolicystring -
-
false
ttyboolean -
-
false
volumeDevices[]object -
-
false
volumeMounts[]object -
-
false
workingDirstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
false
valueFromobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenv) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject -
-
false
fieldRefobject -
-
false
resourceFieldRefobject -
-
false
secretKeyRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.configMapKeyRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.fieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.resourceFieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].env[].valueFrom.secretKeyRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapRefobject -
-
false
prefixstring -
-
false
secretRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].configMapRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].envFrom[].secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
postStartobject -
-
false
preStopobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecyclepoststarthttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.postStart.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecycleprestophttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].lifecycle.preStop.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.grpc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslivenessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].livenessProbe.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].ports[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
containerPortinteger -
-
- Format: int32
-
true
hostIPstring -
-
false
hostPortinteger -
-
- Format: int32
-
false
namestring -
-
false
protocolstring -
-
- Default: TCP
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.grpc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersreadinessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].readinessProbe.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].resources -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].resources.claims[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
allowPrivilegeEscalationboolean -
-
false
capabilitiesobject -
-
false
privilegedboolean -
-
false
procMountstring -
-
false
readOnlyRootFilesystemboolean -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
windowsOptionsobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.capabilities -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
add[]string -
-
false
drop[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seLinuxOptions -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.seccompProfile -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].securityContext.windowsOptions -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.grpc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersstartupprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].startupProbe.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].volumeDevices[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
devicePathstring -
-
true
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.ephemeralContainers[].volumeMounts[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesephemeralcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mountPathstring -
-
true
namestring -
-
true
mountPropagationstring -
-
false
readOnlyboolean -
-
false
subPathstring -
-
false
subPathExprstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.hostAliases[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
hostnames[]string -
-
false
ipstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.imagePullSecrets[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
args[]string -
-
false
command[]string -
-
false
env[]object -
-
false
envFrom[]object -
-
false
imagestring -
-
false
imagePullPolicystring -
-
false
lifecycleobject -
-
false
livenessProbeobject -
-
false
ports[]object -
-
false
readinessProbeobject -
-
false
resourcesobject -
-
false
securityContextobject -
-
false
startupProbeobject -
-
false
stdinboolean -
-
false
stdinOnceboolean -
-
false
terminationMessagePathstring -
-
false
terminationMessagePolicystring -
-
false
ttyboolean -
-
false
volumeDevices[]object -
-
false
volumeMounts[]object -
-
false
workingDirstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
false
valueFromobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenv) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject -
-
false
fieldRefobject -
-
false
resourceFieldRefobject -
-
false
secretKeyRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.configMapKeyRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.fieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.resourceFieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].env[].valueFrom.secretKeyRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].envFrom[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapRefobject -
-
false
prefixstring -
-
false
secretRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].envFrom[].configMapRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].envFrom[].secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
postStartobject -
-
false
preStopobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecyclepoststarthttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.postStart.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecycleprestophttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].lifecycle.preStop.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.grpc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslivenessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].livenessProbe.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerslivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].ports[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
containerPortinteger -
-
- Format: int32
-
true
hostIPstring -
-
false
hostPortinteger -
-
- Format: int32
-
false
namestring -
-
false
protocolstring -
-
- Default: TCP
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.grpc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersreadinessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].readinessProbe.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].resources -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].resources.claims[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
allowPrivilegeEscalationboolean -
-
false
capabilitiesobject -
-
false
privilegedboolean -
-
false
procMountstring -
-
false
readOnlyRootFilesystemboolean -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
windowsOptionsobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.capabilities -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
add[]string -
-
false
drop[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.seLinuxOptions -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.seccompProfile -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].securityContext.windowsOptions -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainerssecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.exec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.grpc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.httpGet.httpHeaders[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersstartupprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].startupProbe.tcpSocket -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainersstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].volumeDevices[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
devicePathstring -
-
true
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.initContainers[].volumeMounts[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesinitcontainers) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mountPathstring -
-
true
namestring -
-
true
mountPropagationstring -
-
false
readOnlyboolean -
-
false
subPathstring -
-
false
subPathExprstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.os -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.readinessGates[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
conditionTypestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.resourceClaims[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
sourceobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.resourceClaims[].source -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesresourceclaims) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourceClaimNamestring -
-
false
resourceClaimTemplateNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.schedulingGates[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fsGroupinteger -
-
- Format: int64
-
false
fsGroupChangePolicystring -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
supplementalGroups[]integer -
-
false
sysctls[]object -
-
false
windowsOptionsobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.seLinuxOptions -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.seccompProfile -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.sysctls[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.securityContext.windowsOptions -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributessecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.tolerations[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
effectstring -
-
false
keystring -
-
false
operatorstring -
-
false
tolerationSecondsinteger -
-
- Format: int64
-
false
valuestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.topologySpreadConstraints[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
maxSkewinteger -
-
- Format: int32
-
true
topologyKeystring -
-
true
whenUnsatisfiablestring -
-
true
labelSelectorobject -
-
false
matchLabelKeys[]string -
-
false
minDomainsinteger -
-
- Format: int32
-
false
nodeAffinityPolicystring -
-
false
nodeTaintsPolicystring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributestopologyspreadconstraints) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.topologySpreadConstraints[].labelSelector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributestopologyspreadconstraintslabelselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
awsElasticBlockStoreobject -
-
false
azureDiskobject -
-
false
azureFileobject -
-
false
cephfsobject -
-
false
cinderobject -
-
false
configMapobject -
-
false
csiobject -
-
false
downwardAPIobject -
-
false
emptyDirobject -
-
false
ephemeralobject -
-
false
fcobject -
-
false
flexVolumeobject -
-
false
flockerobject -
-
false
gcePersistentDiskobject -
-
false
gitRepoobject -
-
false
glusterfsobject -
-
false
hostPathobject -
-
false
iscsiobject -
-
false
nfsobject -
-
false
persistentVolumeClaimobject -
-
false
photonPersistentDiskobject -
-
false
portworxVolumeobject -
-
false
projectedobject -
-
false
quobyteobject -
-
false
rbdobject -
-
false
scaleIOobject -
-
false
secretobject -
-
false
storageosobject -
-
false
vsphereVolumeobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].awsElasticBlockStore -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeIDstring -
-
true
fsTypestring -
-
false
partitioninteger -
-
- Format: int32
-
false
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].azureDisk -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
diskNamestring -
-
true
diskURIstring -
-
true
cachingModestring -
-
false
fsTypestring -
-
false
kindstring -
-
false
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].azureFile -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
secretNamestring -
-
true
shareNamestring -
-
true
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cephfs -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
monitors[]string -
-
true
pathstring -
-
false
readOnlyboolean -
-
false
secretFilestring -
-
false
secretRefobject -
-
false
userstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cephfs.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumescephfs) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cinder -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeIDstring -
-
true
fsTypestring -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].cinder.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumescinder) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].configMap -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
items[]object -
-
false
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].configMap.items[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesconfigmap) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].csi -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
driverstring -
-
true
fsTypestring -
-
false
nodePublishSecretRefobject -
-
false
readOnlyboolean -
-
false
volumeAttributesmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].csi.nodePublishSecretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumescsi) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
items[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI.items[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesdownwardapi) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
fieldRefobject -
-
false
modeinteger -
-
- Format: int32
-
false
resourceFieldRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].fieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].downwardAPI.items[].resourceFieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].emptyDir -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mediumstring -
-
false
sizeLimitint or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeClaimTemplateobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeral) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
specobject -
-
true
metadataobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplate) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
accessModes[]string -
-
false
dataSourceobject -
-
false
dataSourceRefobject -
-
false
resourcesobject -
-
false
selectorobject -
-
false
storageClassNamestring -
-
false
volumeModestring -
-
false
volumeNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSource -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
kindstring -
-
true
namestring -
-
true
apiGroupstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.dataSourceRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
kindstring -
-
true
namestring -
-
true
apiGroupstring -
-
false
namespacestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.resources.claims[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespecresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespec) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
matchExpressions[]object -
-
false
matchLabelsmap[string]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesephemeralvolumeclaimtemplatespecselector) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
operatorstring -
-
true
values[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].fc -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fsTypestring -
-
false
luninteger -
-
- Format: int32
-
false
readOnlyboolean -
-
false
targetWWNs[]string -
-
false
wwids[]string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].flexVolume -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
driverstring -
-
true
fsTypestring -
-
false
optionsmap[string]string -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].flexVolume.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesflexvolume) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].flocker -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
datasetNamestring -
-
false
datasetUUIDstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].gcePersistentDisk -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pdNamestring -
-
true
fsTypestring -
-
false
partitioninteger -
-
- Format: int32
-
false
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].gitRepo -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
repositorystring -
-
true
directorystring -
-
false
revisionstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].glusterfs -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
endpointsstring -
-
true
pathstring -
-
true
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].hostPath -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
typestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].iscsi -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
iqnstring -
-
true
luninteger -
-
- Format: int32
-
true
targetPortalstring -
-
true
chapAuthDiscoveryboolean -
-
false
chapAuthSessionboolean -
-
false
fsTypestring -
-
false
initiatorNamestring -
-
false
iscsiInterfacestring -
-
false
portals[]string -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].iscsi.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesiscsi) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].nfs -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
serverstring -
-
true
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].persistentVolumeClaim -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claimNamestring -
-
true
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].photonPersistentDisk -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pdIDstring -
-
true
fsTypestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].portworxVolume -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumeIDstring -
-
true
fsTypestring -
-
false
readOnlyboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
sources[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojected) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapobject -
-
false
downwardAPIobject -
-
false
secretobject -
-
false
serviceAccountTokenobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
items[]object -
-
false
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].configMap.items[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsourcesconfigmap) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
items[]object -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsourcesdownwardapi) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
fieldRefobject -
-
false
modeinteger -
-
- Format: int32
-
false
resourceFieldRefobject -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].fieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsourcesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsourcesdownwardapiitems) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].secret -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
items[]object -
-
false
namestring -
-
false
optionalboolean -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].secret.items[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsourcessecret) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].projected.sources[].serviceAccountToken -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesprojectedsources) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
pathstring -
-
true
audiencestring -
-
false
expirationSecondsinteger -
-
- Format: int64
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].quobyte -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
registrystring -
-
true
volumestring -
-
true
groupstring -
-
false
readOnlyboolean -
-
false
tenantstring -
-
false
userstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].rbd -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
imagestring -
-
true
monitors[]string -
-
true
fsTypestring -
-
false
keyringstring -
-
false
poolstring -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
userstring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].rbd.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesrbd) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].scaleIO -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gatewaystring -
-
true
secretRefobject -
-
true
systemstring -
-
true
fsTypestring -
-
false
protectionDomainstring -
-
false
readOnlyboolean -
-
false
sslEnabledboolean -
-
false
storageModestring -
-
false
storagePoolstring -
-
false
volumeNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].scaleIO.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesscaleio) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].secret -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
defaultModeinteger -
-
- Format: int32
-
false
items[]object -
-
false
optionalboolean -
-
false
secretNamestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].secret.items[] -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumessecret) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
pathstring -
-
true
modeinteger -
-
- Format: int32
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].storageos -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fsTypestring -
-
false
readOnlyboolean -
-
false
secretRefobject -
-
false
volumeNamestring -
-
false
volumeNamespacestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].storageos.secretRef -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumesstorageos) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
- - -### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes.volumes[].vsphereVolume -[↩ Parent](#specservicesriggerspecservicesriggeradditionalpodspecattributesvolumes) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
volumePathstring -
-
true
fsTypestring -
-
false
storagePolicyIDstring -
-
false
storagePolicyNamestring -
-
false
- - -### spec.sideContainersSpec[] -[↩ Parent](#spec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
args[]string -
-
false
command[]string -
-
false
env[]object -
-
false
envFrom[]object -
-
false
imagestring -
-
false
imagePullPolicystring -
-
false
lifecycleobject -
-
false
livenessProbeobject -
-
false
ports[]object -
-
false
readinessProbeobject -
-
false
resourcesobject -
-
false
securityContextobject -
-
false
startupProbeobject -
-
false
stdinboolean -
-
false
stdinOnceboolean -
-
false
terminationMessagePathstring -
-
false
terminationMessagePolicystring -
-
false
ttyboolean -
-
false
volumeDevices[]object -
-
false
volumeMounts[]object -
-
false
workingDirstring -
-
false
- - -### spec.sideContainersSpec[].env[] -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
false
valueFromobject -
-
false
- - -### spec.sideContainersSpec[].env[].valueFrom -[↩ Parent](#specsidecontainersspecenv) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapKeyRefobject -
-
false
fieldRefobject -
-
false
resourceFieldRefobject -
-
false
secretKeyRefobject -
-
false
- - -### spec.sideContainersSpec[].env[].valueFrom.configMapKeyRef -[↩ Parent](#specsidecontainersspecenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.sideContainersSpec[].env[].valueFrom.fieldRef -[↩ Parent](#specsidecontainersspecenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
fieldPathstring -
-
true
apiVersionstring -
-
false
- - -### spec.sideContainersSpec[].env[].valueFrom.resourceFieldRef -[↩ Parent](#specsidecontainersspecenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
resourcestring -
-
true
containerNamestring -
-
false
divisorint or string -
-
false
- - -### spec.sideContainersSpec[].env[].valueFrom.secretKeyRef -[↩ Parent](#specsidecontainersspecenvvaluefrom) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
keystring -
-
true
namestring -
-
false
optionalboolean -
-
false
- - -### spec.sideContainersSpec[].envFrom[] -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
configMapRefobject -
-
false
prefixstring -
-
false
secretRefobject -
-
false
- - -### spec.sideContainersSpec[].envFrom[].configMapRef -[↩ Parent](#specsidecontainersspecenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.sideContainersSpec[].envFrom[].secretRef -[↩ Parent](#specsidecontainersspecenvfrom) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
false
optionalboolean -
-
false
- - -### spec.sideContainersSpec[].lifecycle -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
postStartobject -
-
false
preStopobject -
-
false
- - -### spec.sideContainersSpec[].lifecycle.postStart -[↩ Parent](#specsidecontainersspeclifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.sideContainersSpec[].lifecycle.postStart.exec -[↩ Parent](#specsidecontainersspeclifecyclepoststart) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.sideContainersSpec[].lifecycle.postStart.httpGet -[↩ Parent](#specsidecontainersspeclifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.sideContainersSpec[].lifecycle.postStart.httpGet.httpHeaders[] -[↩ Parent](#specsidecontainersspeclifecyclepoststarthttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.sideContainersSpec[].lifecycle.postStart.tcpSocket -[↩ Parent](#specsidecontainersspeclifecyclepoststart) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.sideContainersSpec[].lifecycle.preStop -[↩ Parent](#specsidecontainersspeclifecycle) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
httpGetobject -
-
false
tcpSocketobject -
-
false
- - -### spec.sideContainersSpec[].lifecycle.preStop.exec -[↩ Parent](#specsidecontainersspeclifecycleprestop) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.sideContainersSpec[].lifecycle.preStop.httpGet -[↩ Parent](#specsidecontainersspeclifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.sideContainersSpec[].lifecycle.preStop.httpGet.httpHeaders[] -[↩ Parent](#specsidecontainersspeclifecycleprestophttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.sideContainersSpec[].lifecycle.preStop.tcpSocket -[↩ Parent](#specsidecontainersspeclifecycleprestop) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.sideContainersSpec[].livenessProbe -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.sideContainersSpec[].livenessProbe.exec -[↩ Parent](#specsidecontainersspeclivenessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.sideContainersSpec[].livenessProbe.grpc -[↩ Parent](#specsidecontainersspeclivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.sideContainersSpec[].livenessProbe.httpGet -[↩ Parent](#specsidecontainersspeclivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.sideContainersSpec[].livenessProbe.httpGet.httpHeaders[] -[↩ Parent](#specsidecontainersspeclivenessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.sideContainersSpec[].livenessProbe.tcpSocket -[↩ Parent](#specsidecontainersspeclivenessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.sideContainersSpec[].ports[] -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
containerPortinteger -
-
- Format: int32
-
true
hostIPstring -
-
false
hostPortinteger -
-
- Format: int32
-
false
namestring -
-
false
protocolstring -
-
- Default: TCP
-
false
- - -### spec.sideContainersSpec[].readinessProbe -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.sideContainersSpec[].readinessProbe.exec -[↩ Parent](#specsidecontainersspecreadinessprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.sideContainersSpec[].readinessProbe.grpc -[↩ Parent](#specsidecontainersspecreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.sideContainersSpec[].readinessProbe.httpGet -[↩ Parent](#specsidecontainersspecreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.sideContainersSpec[].readinessProbe.httpGet.httpHeaders[] -[↩ Parent](#specsidecontainersspecreadinessprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.sideContainersSpec[].readinessProbe.tcpSocket -[↩ Parent](#specsidecontainersspecreadinessprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.sideContainersSpec[].resources -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
claims[]object -
-
false
limitsmap[string]int or string -
-
false
requestsmap[string]int or string -
-
false
- - -### spec.sideContainersSpec[].resources.claims[] -[↩ Parent](#specsidecontainersspecresources) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
- - -### spec.sideContainersSpec[].securityContext -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
allowPrivilegeEscalationboolean -
-
false
capabilitiesobject -
-
false
privilegedboolean -
-
false
procMountstring -
-
false
readOnlyRootFilesystemboolean -
-
false
runAsGroupinteger -
-
- Format: int64
-
false
runAsNonRootboolean -
-
false
runAsUserinteger -
-
- Format: int64
-
false
seLinuxOptionsobject -
-
false
seccompProfileobject -
-
false
windowsOptionsobject -
-
false
- - -### spec.sideContainersSpec[].securityContext.capabilities -[↩ Parent](#specsidecontainersspecsecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
add[]string -
-
false
drop[]string -
-
false
- - -### spec.sideContainersSpec[].securityContext.seLinuxOptions -[↩ Parent](#specsidecontainersspecsecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
levelstring -
-
false
rolestring -
-
false
typestring -
-
false
userstring -
-
false
- - -### spec.sideContainersSpec[].securityContext.seccompProfile -[↩ Parent](#specsidecontainersspecsecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
typestring -
-
true
localhostProfilestring -
-
false
- - -### spec.sideContainersSpec[].securityContext.windowsOptions -[↩ Parent](#specsidecontainersspecsecuritycontext) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
gmsaCredentialSpecstring -
-
false
gmsaCredentialSpecNamestring -
-
false
hostProcessboolean -
-
false
runAsUserNamestring -
-
false
- - -### spec.sideContainersSpec[].startupProbe -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
execobject -
-
false
failureThresholdinteger -
-
- Format: int32
-
false
grpcobject -
-
false
httpGetobject -
-
false
initialDelaySecondsinteger -
-
- Format: int32
-
false
periodSecondsinteger -
-
- Format: int32
-
false
successThresholdinteger -
-
- Format: int32
-
false
tcpSocketobject -
-
false
terminationGracePeriodSecondsinteger -
-
- Format: int64
-
false
timeoutSecondsinteger -
-
- Format: int32
-
false
- - -### spec.sideContainersSpec[].startupProbe.exec -[↩ Parent](#specsidecontainersspecstartupprobe) - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
command[]string -
-
false
- - -### spec.sideContainersSpec[].startupProbe.grpc -[↩ Parent](#specsidecontainersspecstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portinteger -
-
- Format: int32
-
true
servicestring -
-
false
- - -### spec.sideContainersSpec[].startupProbe.httpGet -[↩ Parent](#specsidecontainersspecstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
httpHeaders[]object -
-
false
pathstring -
-
false
schemestring -
-
false
- - -### spec.sideContainersSpec[].startupProbe.httpGet.httpHeaders[] -[↩ Parent](#specsidecontainersspecstartupprobehttpget) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
namestring -
-
true
valuestring -
-
true
- - -### spec.sideContainersSpec[].startupProbe.tcpSocket -[↩ Parent](#specsidecontainersspecstartupprobe) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
portint or string -
-
true
hoststring -
-
false
- - -### spec.sideContainersSpec[].volumeDevices[] -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
devicePathstring -
-
true
namestring -
-
true
- - -### spec.sideContainersSpec[].volumeMounts[] -[↩ Parent](#specsidecontainersspec) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
mountPathstring -
-
true
namestring -
-
true
mountPropagationstring -
-
false
readOnlyboolean -
-
false
subPathstring -
-
false
subPathExprstring -
-
false
- - -### spec.slaveHA -[↩ Parent](#spec) - -Slave high availability mechanism configuration. - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
slaveHAGracePeriodinteger - Time in seconds between when a node fails, and when slave high availability mechanism starts relocating shards. If set to 0, will not affect cluster configuration.
-
- Format: int32
-
true
- - -### spec.upgradeSpec -[↩ Parent](#spec) - -Specification for upgrades of Redis Enterprise - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
autoUpgradeRedisEnterpriseboolean - Whether to upgrade Redis Enterprise automatically when operator is upgraded
-
true
- - -### spec.usageMeter -[↩ Parent](#spec) - -The configuration of the usage meter. - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
callHomeClientobject -
-
false
- - -### spec.usageMeter.callHomeClient -[↩ Parent](#specusagemeter) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTypeDescriptionRequired
disabledboolean - Whether to disable the call home client. Enabled by default.
-
false
imageSpecobject - Image specification
-
false
proxySecretNamestring - if needed, add proxy details in secret. the name of the proxy secret in the secret, can send the following keys: proxy-url, proxy-username, proxy-password (the url includes the proxy port).
-
false
resourcesobject - Compute resource requirements for Call Home Client pod
-
false
- - -### spec.usageMeter.callHomeClient.imageSpec -[↩ Parent](#specusagemetercallhomeclient) - -Image specification - - - - - - - - - - - - - - - - - - - - - - - + + - + - -
NameTypeDescriptionRequired
digestHashstring - The digest hash of the container image to pull. When specified, the container image is pulled according to the digest hash instead of the image tag. The versionTag field must also be specified with the image tag matching this digest hash. Note: This field is only supported for OLM deployments.
-
false
imagePullPolicystring - The image pull policy to be applied to the container image. One of Always, Never, IfNotPresent.
-
false
repositorystringinitContainers[]object - The repository (name) of the container image to be deployed.
+
false
versionTagnodeName string - The tag of the container image to be deployed.
+
false
- - -### spec.usageMeter.callHomeClient.resources -[↩ Parent](#specusagemetercallhomeclient) - -Compute resource requirements for Call Home Client pod - - - - - - - - - - - - - + + + - - + + - + - -
NameTypeDescriptionRequired
claims[]object
nodeSelectormap[string]string - Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. - This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. - This field is immutable. It can only be set for containers.
+
false
limitsmap[string]int or stringosobject - Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+
false
requestsoverhead map[string]int or string - Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
+
false
- - -### spec.usageMeter.callHomeClient.resources.claims[] -[↩ Parent](#specusagemetercallhomeclientresources) - -ResourceClaim references one entry in PodSpec.ResourceClaims. - - - - - - - - - - - - + + - - -
NameTypeDescriptionRequired
name
preemptionPolicy string - Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
+
true
- - -### spec.volumes[] -[↩ Parent](#spec) - -Volume represents a named volume in a pod that may be accessed by any container in the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes - - - - - - - - - - - - - + + + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + +
NameTypeDescriptionRequired
namestringfalse
priorityinteger
+
+ Format: int32
truefalse
awsElasticBlockStoreobjectpriorityClassNamestring
false
azureDiskobjectreadinessGates[]object
false
azureFileobjectresourceClaims[]object
false
cephfsobjectrestartPolicystring
false
cinderobjectruntimeClassNamestring
false
configMapobjectschedulerNamestring
false
csiobjectschedulingGates[]object
false
downwardAPIsecurityContext object
false
emptyDirobjectserviceAccountstring
false
fcobjectserviceAccountNamestring
false
flexVolumeobjectsetHostnameAsFQDNboolean
false
flockerobjectshareProcessNamespaceboolean
false
gcePersistentDiskobjectsubdomainstring
false
gitRepoobjectterminationGracePeriodSecondsinteger
+
+ Format: int64
false
glusterfsobjecttolerations[]object
false
hostPathobjecttopologySpreadConstraints[]object
false
iscsiobjectvolumes[]object
false
+ + +### spec.redisEnterpriseImageSpec +[↩ Parent](#spec) + +Specification for Redis Enterprise container image + + + + + + + + + + + + + + + - - + + - - + + - - + + + + + +
NameTypeDescriptionRequired
digestHashstring + The digest hash of the container image to pull. When specified, the container image is pulled according to the digest hash instead of the image tag. The versionTag field must also be specified with the image tag matching this digest hash. Note: This field is only supported for OLM deployments.
+
false
nfsobjectimagePullPolicystring -
+ The image pull policy to be applied to the container image. One of Always, Never, IfNotPresent.
false
persistentVolumeClaimobjectrepositorystring -
+ The repository (name) of the container image to be deployed.
false
photonPersistentDiskobjectversionTagstring + The tag of the container image to be deployed.
+
false
+ + +### spec.redisEnterpriseNodeResources +[↩ Parent](#spec) + +Compute resource requirements for Redis Enterprise containers + + + + + + + + + + + + + - - + + + + + + + + + + +
NameTypeDescriptionRequired
claims[]object
false
portworxVolumeobjectlimitsmap[string]int or string + Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
+
false
requestsmap[string]int or string + Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
+
false
+ + +### spec.redisEnterpriseNodeResources.claims[] +[↩ Parent](#specredisenterprisenoderesources) + + + + + + + + + + + + + + + - - - + + +
NameTypeDescriptionRequired
namestring
false
projectedtrue
+ + +### spec.redisEnterpriseServicesConfiguration +[↩ Parent](#spec) + +RS Cluster optional services settings + + + + + + + + + + + + - + - + - + - + - + - +
NameTypeDescriptionRequired
cmServer object
false
quobytecrdbCoordinator object
false
rbdcrdbWorker object
false
scaleIOmdnsServer object
false
secretpdnsServer object
false
storageossaslauthd object
false
vsphereVolumestatsArchiver object
@@ -24518,8 +1919,8 @@ Volume represents a named volume in a pod that may be accessed by any container
-### spec.volumes[].awsElasticBlockStore -[↩ Parent](#specvolumes) +### spec.redisEnterpriseServicesConfiguration.cmServer +[↩ Parent](#specredisenterpriseservicesconfiguration) @@ -24533,41 +1934,20 @@ Volume represents a named volume in a pod that may be accessed by any container - volumeID - string + operatingMode + enum + Whether to enable/disable the CM server

+ Enum: enabled, disabled
true - - fsType - string - -
- - false - - partition - integer - -
-
- Format: int32
- - false - - readOnly - boolean - -
- - false -### spec.volumes[].azureDisk -[↩ Parent](#specvolumes) +### spec.redisEnterpriseServicesConfiguration.crdbCoordinator +[↩ Parent](#specredisenterpriseservicesconfiguration) @@ -24581,53 +1961,20 @@ Volume represents a named volume in a pod that may be accessed by any container - diskName - string - -
- - true - - diskURI - string + operatingMode + enum + Whether to enable/disable the crdb coordinator process

+ Enum: enabled, disabled
true - - cachingMode - string - -
- - false - - fsType - string - -
- - false - - kind - string - -
- - false - - readOnly - boolean - -
- - false -### spec.volumes[].azureFile -[↩ Parent](#specvolumes) +### spec.redisEnterpriseServicesConfiguration.crdbWorker +[↩ Parent](#specredisenterpriseservicesconfiguration) @@ -24641,32 +1988,47 @@ Volume represents a named volume in a pod that may be accessed by any container - secretName - string + operatingMode + enum + Whether to enable/disable the crdb worker processes

+ Enum: enabled, disabled
true - - shareName - string + + + + +### spec.redisEnterpriseServicesConfiguration.mdnsServer +[↩ Parent](#specredisenterpriseservicesconfiguration) + + + + + + + + + + + + + + + - - - - -
NameTypeDescriptionRequired
operatingModeenum + Whether to enable/disable the Multicast DNS server

+ Enum: enabled, disabled
true
readOnlyboolean -
-
false
-### spec.volumes[].cephfs -[↩ Parent](#specvolumes) +### spec.redisEnterpriseServicesConfiguration.pdnsServer +[↩ Parent](#specredisenterpriseservicesconfiguration) @@ -24680,53 +2042,20 @@ Volume represents a named volume in a pod that may be accessed by any container - monitors - []string + operatingMode + enum + Deprecated: The PDNS Server is now disabled by the operator. This field will be ignored.

+ Enum: enabled, disabled
true - - path - string - -
- - false - - readOnly - boolean - -
- - false - - secretFile - string - -
- - false - - secretRef - object - -
- - false - - user - string - -
- - false -### spec.volumes[].cephfs.secretRef -[↩ Parent](#specvolumescephfs) +### spec.redisEnterpriseServicesConfiguration.saslauthd +[↩ Parent](#specredisenterpriseservicesconfiguration) @@ -24740,18 +2069,20 @@ Volume represents a named volume in a pod that may be accessed by any container - name - string + operatingMode + enum + Whether to enable/disable the saslauthd service

+ Enum: enabled, disabled
- false + true -### spec.volumes[].cinder -[↩ Parent](#specvolumes) +### spec.redisEnterpriseServicesConfiguration.statsArchiver +[↩ Parent](#specredisenterpriseservicesconfiguration) @@ -24765,41 +2096,22 @@ Volume represents a named volume in a pod that may be accessed by any container - volumeID - string + operatingMode + enum + Whether to enable/disable the stats archiver service

+ Enum: enabled, disabled
true - - fsType - string - -
- - false - - readOnly - boolean - -
- - false - - secretRef - object - -
- - false -### spec.volumes[].cinder.secretRef -[↩ Parent](#specvolumescinder) - +### spec.redisEnterpriseServicesRiggerImageSpec +[↩ Parent](#spec) +Specification for Services Rigger container image @@ -24811,20 +2123,41 @@ Volume represents a named volume in a pod that may be accessed by any container - + + + + + + + + + + + + + + + +
namedigestHashstring + The digest hash of the container image to pull. When specified, the container image is pulled according to the digest hash instead of the image tag. The versionTag field must also be specified with the image tag matching this digest hash. Note: This field is only supported for OLM deployments.
+
false
imagePullPolicystring + The image pull policy to be applied to the container image. One of Always, Never, IfNotPresent.
+
false
repositorystring + The repository (name) of the container image to be deployed.
+
false
versionTag string -
+ The tag of the container image to be deployed.
false
-### spec.volumes[].configMap -[↩ Parent](#specvolumes) - +### spec.redisEnterpriseServicesRiggerResources +[↩ Parent](#spec) +Compute resource requirements for Services Rigger pod @@ -24836,41 +2169,32 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - + - - + + - - + +
defaultModeinteger -
-
- Format: int32
-
false
itemsclaims []object
false
namestringlimitsmap[string]int or string -
+ Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
false
optionalbooleanrequestsmap[string]int or string -
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
false
-### spec.volumes[].configMap.items[] -[↩ Parent](#specvolumesconfigmap) +### spec.redisEnterpriseVolumeMounts[] +[↩ Parent](#spec) @@ -24884,36 +2208,55 @@ Volume represents a named volume in a pod that may be accessed by any container - key + mountPath string
true - path + name string
true - mode - integer + mountPropagation + string
+ + false + + readOnly + boolean + +
+ + false + + subPath + string + +
+ + false + + subPathExpr + string +
- Format: int32
false -### spec.volumes[].csi -[↩ Parent](#specvolumes) - +### spec.redisOnFlashSpec +[↩ Parent](#spec) +Stores configurations specific to redis on flash. If provided, the cluster will be capable of creating redis on flash databases. @@ -24925,48 +2268,52 @@ Volume represents a named volume in a pod that may be accessed by any container - - + + - + - + - - + + - - + + - - + +
driverstringenabledboolean
true
fsTypestorageClassName string
falsetrue
nodePublishSecretRefobjectbigStoreDriverenum
+
+ Enum: rocksdb, speedb
false
readOnlybooleanflashDiskSizeint or string
false
volumeAttributesmap[string]stringflashStorageEngineenum
+
+ Enum: rocksdb
false
-### spec.volumes[].csi.nodePublishSecretRef -[↩ Parent](#specvolumescsi) - +### spec.securityContext +[↩ Parent](#spec) +The security configuration that will be applied to RS pods. @@ -24978,20 +2325,27 @@ Volume represents a named volume in a pod that may be accessed by any container - - + + + + + + +
namestringreadOnlyRootFilesystemPolicyobject -
+ Policy controlling whether to enable read-only root filesystem for the Redis Enterprise software containers. Note that certain filesystem paths remain writable through mounted volumes to ensure proper functionality.
+
false
resourceLimitsobject + Settings pertaining to resource limits management by the Redis Enterprise Node container.
false
-### spec.volumes[].downwardAPI -[↩ Parent](#specvolumes) - +### spec.securityContext.readOnlyRootFilesystemPolicy +[↩ Parent](#specsecuritycontext) +Policy controlling whether to enable read-only root filesystem for the Redis Enterprise software containers. Note that certain filesystem paths remain writable through mounted volumes to ensure proper functionality. @@ -25003,29 +2357,20 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - + + - +
defaultModeinteger -
-
- Format: int32
-
false
items[]objectenabledboolean -
+ Whether to enable read-only root filesystem for the Redis Enterprise software containers. Default is false.
falsetrue
-### spec.volumes[].downwardAPI.items[] -[↩ Parent](#specvolumesdownwardapi) - +### spec.securityContext.resourceLimits +[↩ Parent](#specsecuritycontext) +Settings pertaining to resource limits management by the Redis Enterprise Node container. @@ -25037,43 +2382,20 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - - - - - - - - - - - + +
pathstring -
-
true
fieldRefobject -
-
false
modeinteger -
-
- Format: int32
-
false
resourceFieldRefobjectallowAutoAdjustmentboolean -
+ Allow Redis Enterprise to adjust resource limits, like max open file descriptors, of its data plane processes. When this option is enabled, the SYS_RESOURCE capability is added to the Redis Enterprise pods, and their allowPrivilegeEscalation field is set. Turned off by default.
false
-### spec.volumes[].downwardAPI.items[].fieldRef -[↩ Parent](#specvolumesdownwardapiitems) - +### spec.services +[↩ Parent](#spec) +Customization options for operator-managed service resources created for Redis Enterprise clusters and databases @@ -25085,27 +2407,27 @@ Volume represents a named volume in a pod that may be accessed by any container - - + + - + - - + +
fieldPathstringapiServiceobject -
+ Customization options for the REC API service.
truefalse
apiVersionstringservicesAnnotationsmap[string]string -
+ Global additional annotations to set on service resources created by the operator. The specified annotations will not override annotations that already exist and didn't originate from the operator.
false
-### spec.volumes[].downwardAPI.items[].resourceFieldRef -[↩ Parent](#specvolumesdownwardapiitems) - +### spec.services.apiService +[↩ Parent](#specservices) +Customization options for the REC API service. @@ -25117,34 +2439,22 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - - - - - - + +
resourcestring -
-
true
containerNamestring -
-
false
divisorint or stringtypeenum + Type of service to create for the REC API service. Defaults to ClusterIP service, if not specified otherwise.

+ Enum: ClusterIP, NodePort, LoadBalancer
false
-### spec.volumes[].emptyDir -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec +[↩ Parent](#spec) +Specification for service rigger @@ -25156,27 +2466,59 @@ Volume represents a named volume in a pod that may be accessed by any container - + + + + + + + + + + + - - + + + + + + + + + + + +
mediumdatabaseServicePortPolicyenum + databaseServicePortPolicy instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. Note - Regardless whether this flag is set or not, if an REDB/REAADB configured with databaseServicePort that would be the port exposed by the Service. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379).
+
+ Enum: DatabasePortForward, RedisDefaultPort
+
false
databaseServiceType string + Service types for access to databases. should be a comma separated list. The possible values are cluster_ip, headless and load_balancer.
+
false
extraEnvVars[]object
false
sizeLimitint or stringpodAnnotationsmap[string]string + annotations for the service rigger pod
+
false
serviceNamingenum + Used to determine how to name the services created automatically when a database is created. When bdb_name is used, the database name will be also used for the service name. When redis-port is used, the service will be named redis-.

+ Enum: bdb_name, redis-port
+
false
servicesRiggerAdditionalPodSpecAttributesobject + ADVANCED USAGE USE AT YOUR OWN RISK - specify pod attributes that are required for the rigger deployment pod. Pod attributes managed by the operator might override these settings (Containers, serviceAccountName, podTolerations, ImagePullSecrets, nodeSelector, PriorityClassName, PodSecurityContext). Also make sure the attributes are supported by the K8s version running on the cluster - the operator does not validate that.
false
-### spec.volumes[].fc -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec.extraEnvVars[] +[↩ Parent](#specservicesriggerspec) +EnvVar represents an environment variable present in a Container. More info: https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/ @@ -25188,50 +2530,34 @@ Volume represents a named volume in a pod that may be accessed by any container - + - - - - - - - - - - - + - - + + - - + +
fsTypename string -
-
false
luninteger -
-
- Format: int32
-
false
readOnlyboolean -
+ Name of the environment variable.
falsetrue
targetWWNs[]stringvaluestring
false
wwids[]stringvalueFromobject -
+ Source for the environment variable's value. Cannot be used if value is not empty.
false
-### spec.volumes[].flexVolume -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec.extraEnvVars[].valueFrom +[↩ Parent](#specservicesriggerspecextraenvvars) +Source for the environment variable's value. Cannot be used if value is not empty. @@ -25243,48 +2569,41 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - + + - - + + - - + + - +
driverstring -
-
true
fsTypestringconfigMapKeyRefobject -
+ Selects a key of a ConfigMap.
false
optionsmap[string]stringfieldRefobject -
+ Selects a field of the pod
false
readOnlybooleanresourceFieldRefobject -
+ Selects a resource of the container: only resources limits and requests are currently supported.
false
secretRefsecretKeyRef object -
+ Selects a key of a secret in the pod's namespace
false
-### spec.volumes[].flexVolume.secretRef -[↩ Parent](#specvolumesflexvolume) - +### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.configMapKeyRef +[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) +Selects a key of a ConfigMap. @@ -25296,20 +2615,34 @@ Volume represents a named volume in a pod that may be accessed by any container + + + + + + + + + +
keystring + The key to select.
+
true
name string -
+ Name of the referent
+
false
optionalboolean + Specify whether the ConfigMap or its key must be defined
false
-### spec.volumes[].flocker -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.fieldRef +[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) +Selects a field of the pod @@ -25321,27 +2654,27 @@ Volume represents a named volume in a pod that may be accessed by any container - + - + - +
datasetNamefieldPath string -
+ Path of the field to select in the specified API version.
falsetrue
datasetUUIDapiVersion string -
+ Version of the schema the FieldPath is written in terms of, defaults to "v1".
false
-### spec.volumes[].gcePersistentDisk -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.resourceFieldRef +[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) +Selects a resource of the container: only resources limits and requests are currently supported. @@ -25353,43 +2686,34 @@ Volume represents a named volume in a pod that may be accessed by any container - + - + - - - - - - - + +
pdNameresource string -
+ Required: resource to select
true
fsTypecontainerName string -
-
false
partitioninteger -
-
- Format: int32
+ Container name: required for volumes, optional for env vars
false
readOnlybooleandivisorint or string -
+ Specifies the output format of the exposed resources, defaults to "1"
false
-### spec.volumes[].gitRepo -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec.extraEnvVars[].valueFrom.secretKeyRef +[↩ Parent](#specservicesriggerspecextraenvvarsvaluefrom) +Selects a key of a secret in the pod's namespace @@ -25401,34 +2725,34 @@ Volume represents a named volume in a pod that may be accessed by any container - + - + - - + +
repositorykey string -
+ The key of the secret to select from. Must be a valid secret key.
true
directoryname string -
+ Name of the referent
false
revisionstringoptionalboolean -
+ Specify whether the Secret or its key must be defined
false
-### spec.volumes[].glusterfs -[↩ Parent](#specvolumes) - +### spec.servicesRiggerSpec.servicesRiggerAdditionalPodSpecAttributes +[↩ Parent](#specservicesriggerspec) +ADVANCED USAGE USE AT YOUR OWN RISK - specify pod attributes that are required for the rigger deployment pod. Pod attributes managed by the operator might override these settings (Containers, serviceAccountName, podTolerations, ImagePullSecrets, nodeSelector, PriorityClassName, PodSecurityContext). Also make sure the attributes are supported by the K8s version running on the cluster - the operator does not validate that. @@ -25440,318 +2764,273 @@ Volume represents a named volume in a pod that may be accessed by any container - - + + - + + + + + + + + + + + + + + + + - + - + - + - -
endpointsstringactiveDeadlineSecondsinteger
+
+ Format: int64
truefalse
affinityobject +
+
false
automountServiceAccountTokenboolean +
+
false
dnsConfigobject +
+
false
pathdnsPolicy string
truefalse
readOnlyenableServiceLinks boolean
false
- - -### spec.volumes[].hostPath -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + - -
NameTypeDescriptionRequired
path
ephemeralContainers[]object +
+
false
hostAliases[]object +
+
false
hostIPCboolean +
+
false
hostNetworkboolean +
+
false
hostPIDboolean +
+
false
hostUsersboolean +
+
false
hostname string
truefalse
typeimagePullSecrets[]object +
+
false
initContainers[]object +
+
false
nodeName string
false
- - -### spec.volumes[].iscsi -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - + - - - - - - - + + - - + + - + - + - - + + - - + + - + - -
NameTypeDescriptionRequired
iqn
nodeSelectormap[string]string +
+
false
osobject +
+
false
overheadmap[string]int or string +
+
false
preemptionPolicy string
truefalse
lunpriority integer

Format: int32
truefalse
targetPortalpriorityClassName string
true
chapAuthDiscoveryboolean -
-
false
chapAuthSessionbooleanreadinessGates[]object
false
fsTypestringresourceClaims[]object
false
initiatorNamerestartPolicy string
false
iscsiInterfaceruntimeClassName string
false
portals[]stringschedulerNamestring
false
readOnlybooleanschedulingGates[]object
false
secretRefsecurityContext object
false
- - -### spec.volumes[].iscsi.secretRef -[↩ Parent](#specvolumesiscsi) - - - - - - - - - - - - - - + + - -
NameTypeDescriptionRequired
name
serviceAccount string
false
- - -### spec.volumes[].nfs -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - - - - - + - + - + - -
NameTypeDescriptionRequired
pathstring -
-
true
serverserviceAccountName string
truefalse
readOnlysetHostnameAsFQDN boolean
false
- - -### spec.volumes[].persistentVolumeClaim -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - - - - - + - -
NameTypeDescriptionRequired
claimNamestring -
-
true
readOnlyshareProcessNamespace boolean
false
- - -### spec.volumes[].photonPersistentDisk -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - + + - + - - + + - -
NameTypeDescriptionRequired
pdID
subdomain string
truefalse
fsTypestringterminationGracePeriodSecondsinteger
+
+ Format: int64
false
- - -### spec.volumes[].portworxVolume -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - - + + + - + - - + + - - + + @@ -25760,8 +3039,8 @@ Volume represents a named volume in a pod that may be accessed by any container
NameTypeDescriptionRequired
volumeIDstring
tolerations[]object
truefalse
fsTypestringtopologySpreadConstraints[]object
false
readOnlybooleanvolumes[]object
-### spec.volumes[].projected -[↩ Parent](#specvolumes) +### spec.sideContainersSpec[] +[↩ Parent](#spec) @@ -25775,287 +3054,155 @@ Volume represents a named volume in a pod that may be accessed by any container - sources - []object + name + string
true - defaultMode - integer - -
-
- Format: int32
- - false - - - - -### spec.volumes[].projected.sources[] -[↩ Parent](#specvolumesprojected) - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - -
NameTypeDescriptionRequired
configMapobjectargs[]string
false
downwardAPIobjectcommand[]string
false
secretobjectenv[]object
false
serviceAccountTokenobjectenvFrom[]object
false
- - -### spec.volumes[].projected.sources[].configMap -[↩ Parent](#specvolumesprojectedsources) - - - - - - - - - - - - - - - + + + - + - - + + - -
NameTypeDescriptionRequired
items[]object
imagestring
false
nameimagePullPolicy string
false
optionalbooleanlifecycleobject
false
- - -### spec.volumes[].projected.sources[].configMap.items[] -[↩ Parent](#specvolumesprojectedsourcesconfigmap) - - - - - - - - - - - - - - - + + + - + - - + + - + - - + + - -
NameTypeDescriptionRequired
keystring
livenessProbeobject
truefalse
pathstringports[]object
truefalse
modeintegerreadinessProbeobject
-
- Format: int32
false
- - -### spec.volumes[].projected.sources[].downwardAPI -[↩ Parent](#specvolumesprojectedsources) - - - - - - - - - - - - - - - + + + - -
NameTypeDescriptionRequired
items[]object
resourcesobject
false
- - -### spec.volumes[].projected.sources[].downwardAPI.items[] -[↩ Parent](#specvolumesprojectedsourcesdownwardapi) - - - - - - - - - - - - - - - + + + - + - + - - + + - - + + - -
NameTypeDescriptionRequired
pathstring
securityContextobject
truefalse
fieldRefstartupProbe object
false
modeintegerstdinboolean
-
- Format: int32
false
resourceFieldRefobjectstdinOnceboolean
false
- - -### spec.volumes[].projected.sources[].downwardAPI.items[].fieldRef -[↩ Parent](#specvolumesprojectedsourcesdownwardapiitems) - - - - - - - - - - - - - - + + - + - + - -
NameTypeDescriptionRequired
fieldPath
terminationMessagePath string
truefalse
apiVersionterminationMessagePolicy string
false
- - -### spec.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef -[↩ Parent](#specvolumesprojectedsourcesdownwardapiitems) - - - - - - - - - - - - - - - + + + - + - - + + - - + + + + + + + @@ -26064,10 +3211,10 @@ Volume represents a named volume in a pod that may be accessed by any container
NameTypeDescriptionRequired
resourcestring
ttyboolean
truefalse
containerNamestringvolumeDevices[]object
false
divisorint or stringvolumeMounts[]object +
+
false
workingDirstring
-### spec.volumes[].projected.sources[].secret -[↩ Parent](#specvolumesprojectedsources) - +### spec.slaveHA +[↩ Parent](#spec) +Slave high availability mechanism configuration. @@ -26079,34 +3226,22 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - - - - - - + + - +
items[]object -
-
false
namestring -
-
false
optionalbooleanslaveHAGracePeriodinteger + Time in seconds between when a node fails, and when slave high availability mechanism starts relocating shards. If set to 0, will not affect cluster configuration.

+ Format: int32
falsetrue
-### spec.volumes[].projected.sources[].secret.items[] -[↩ Parent](#specvolumesprojectedsourcessecret) - +### spec.upgradeSpec +[↩ Parent](#spec) +Specification for upgrades of Redis Enterprise @@ -26118,36 +3253,20 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - + + - - - - -
keystring -
-
true
pathstringautoUpgradeRedisEnterpriseboolean -
+ Whether to upgrade Redis Enterprise automatically when operator is upgraded
true
modeinteger -
-
- Format: int32
-
false
-### spec.volumes[].projected.sources[].serviceAccountToken -[↩ Parent](#specvolumesprojectedsources) - +### spec.usageMeter +[↩ Parent](#spec) +The configuration of the usage meter. @@ -26159,34 +3278,18 @@ Volume represents a named volume in a pod that may be accessed by any container - - - - - - - - - - - - + +
pathstring -
-
true
audiencestring -
-
false
expirationSecondsintegercallHomeClientobject
-
- Format: int64
false
-### spec.volumes[].quobyte -[↩ Parent](#specvolumes) +### spec.usageMeter.callHomeClient +[↩ Parent](#specusagemeter) @@ -26200,55 +3303,41 @@ Volume represents a named volume in a pod that may be accessed by any container - registry - string - -
- - true - - volume - string - -
- - true - - group - string + disabled + boolean -
+ Whether to disable the call home client. Enabled by default.
false - readOnly - boolean + imageSpec + object -
+ Image specification
false - tenant + proxySecretName string -
+ if needed, add proxy details in secret. the name of the proxy secret in the secret, can send the following keys: proxy-url, proxy-username, proxy-password (the url includes the proxy port).
false - user - string + resources + object -
+ Compute resource requirements for Call Home Client pod
false -### spec.volumes[].rbd -[↩ Parent](#specvolumes) - +### spec.usageMeter.callHomeClient.imageSpec +[↩ Parent](#specusagemetercallhomeclient) +Image specification @@ -26260,69 +3349,82 @@ Volume represents a named volume in a pod that may be accessed by any container - + - - - - - - + - + - + - + - - - + +
imagedigestHash string -
-
true
monitors[]string -
+ The digest hash of the container image to pull. When specified, the container image is pulled according to the digest hash instead of the image tag. The versionTag field must also be specified with the image tag matching this digest hash. Note: This field is only supported for OLM deployments.
truefalse
fsTypeimagePullPolicy string -
+ The image pull policy to be applied to the container image. One of Always, Never, IfNotPresent.
false
keyringrepository string -
+ The repository (name) of the container image to be deployed.
false
poolversionTag string -
+ The tag of the container image to be deployed.
false
readOnlyboolean
+ + +### spec.usageMeter.callHomeClient.resources +[↩ Parent](#specusagemetercallhomeclient) + +Compute resource requirements for Call Home Client pod + + + + + + + + + + + + + - - + + - - + +
NameTypeDescriptionRequired
claims[]object -
+ Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. + This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. + This field is immutable. It can only be set for containers.
false
secretRefobjectlimitsmap[string]int or string -
+ Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
userstringrequestsmap[string]int or string -
+ Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
false
-### spec.volumes[].rbd.secretRef -[↩ Parent](#specvolumesrbd) - +### spec.usageMeter.callHomeClient.resources.claims[] +[↩ Parent](#specusagemetercallhomeclientresources) +ResourceClaim references one entry in PodSpec.ResourceClaims. @@ -26337,17 +3439,17 @@ Volume represents a named volume in a pod that may be accessed by any container - +
name string -
+ Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
falsetrue
-### spec.volumes[].scaleIO -[↩ Parent](#specvolumes) - +### spec.volumes[] +[↩ Parent](#spec) +Volume represents a named volume in a pod that may be accessed by any container in the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes @@ -26359,309 +3461,204 @@ Volume represents a named volume in a pod that may be accessed by any container - + - + - + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - -
gatewayname string
true
secretRefawsElasticBlockStore object
truefalse
systemstringazureDiskobject
truefalse
fsTypestringazureFileobject
false
protectionDomainstringcephfsobject
false
readOnlybooleancinderobject
false
sslEnabledbooleanconfigMapobject
false
storageModestringcsiobject
false
storagePoolstringdownwardAPIobject
false
volumeNamestringemptyDirobject
false
- - -### spec.volumes[].scaleIO.secretRef -[↩ Parent](#specvolumesscaleio) - - - - - - - - - - - - - - - + + + - -
NameTypeDescriptionRequired
namestring
fcobject
false
- - -### spec.volumes[].secret -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - - + + + - - + + - - + + - - + + - -
NameTypeDescriptionRequired
defaultModeinteger
flexVolumeobject
-
- Format: int32
false
items[]objectflockerobject
false
optionalbooleangcePersistentDiskobject
false
secretNamestringgitRepoobject
false
- - -### spec.volumes[].secret.items[] -[↩ Parent](#specvolumessecret) - - - - - - - - - - - - - - - + + + - + - - + + - + - - + + + + + + + - -
NameTypeDescriptionRequired
keystring
glusterfsobject
truefalse
pathstringhostPathobject
truefalse
modeintegeriscsiobject
+
false
nfsobject
- Format: int32
false
- - -### spec.volumes[].storageos -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - - + + + - - + + - + - - + + - - + + - -
NameTypeDescriptionRequired
fsTypestring
persistentVolumeClaimobject
false
readOnlybooleanphotonPersistentDiskobject
false
secretRefportworxVolume object
false
volumeNamestringprojectedobject
false
volumeNamespacestringquobyteobject
false
- - -### spec.volumes[].storageos.secretRef -[↩ Parent](#specvolumesstorageos) - - - - - - - - - - - - - - - + + + - -
NameTypeDescriptionRequired
namestring
rbdobject
false
- - -### spec.volumes[].vsphereVolume -[↩ Parent](#specvolumes) - - - - - - - - - - - - - - - + + + - + - - + + - - + + - - + + diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md index c8debace71..f3f5f540f3 100644 --- a/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md +++ b/content/operate/kubernetes/reference/api/redis_enterprise_database_api.md @@ -7,8 +7,6 @@ categories: - kubernetes linkTitle: REDB API weight: 30 -aliases: -- /operate/kubernetes/reference/redis_enterprise_database_api/ --- apiVersion: diff --git a/content/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api.md b/content/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api.md index e4da624005..7a12725358 100644 --- a/content/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api.md +++ b/content/operate/kubernetes/reference/api/redis_enterprise_remote_cluster_api.md @@ -7,8 +7,6 @@ categories: - kubernetes linkTitle: RERC API weight: 30 -aliases: -- /operate/kubernetes/reference/redis_enterprise_remote_cluster_api/ --- apiVersion:
NameTypeDescriptionRequired
volumePathstring
scaleIOobject
truefalse
fsTypestringsecretobject
false
storagePolicyIDstringstorageosobject
false
storagePolicyNamestringvsphereVolumeobject