|
@@ -205,6 +205,7 @@ jobmanager:
|
|
# The name of the ServiceAccount to use.
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
name:
|
|
|
|
+ annotations: {}
|
|
#livenessProbe will conduct checks for rpc port as tcpSocket probe
|
|
#livenessProbe will conduct checks for rpc port as tcpSocket probe
|
|
livenessProbe:
|
|
livenessProbe:
|
|
initialDelaySeconds: 10
|
|
initialDelaySeconds: 10
|
|
@@ -271,6 +272,7 @@ taskmanager:
|
|
# The name of the ServiceAccount to use.
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
name:
|
|
|
|
+ annotations: {}
|
|
#livenessProbe will conduct checks for rpc port as tcpSocket probe
|
|
#livenessProbe will conduct checks for rpc port as tcpSocket probe
|
|
livenessProbe:
|
|
livenessProbe:
|
|
initialDelaySeconds: 30
|
|
initialDelaySeconds: 30
|