executor.image.repository |
Docker image repository |
link/lnk-executor |
executor.image.tag |
Docker image tag |
1.3.1 |
executor.image.pullPolicy |
Docker image pull policy |
IfNotPresent |
executor.security.container.privileged |
Flag for running the main container in privileged
mode |
false |
executor.serviceAccount.create |
Create executor service account |
false |
executor.serviceAccount.annotations |
Annotations to add to the executor service account |
"" |
executor.serviceAccount.existingName |
Name of pre-existing executor service account |
"" |
executor.replicas |
Number of executor pod replicas |
1 |
executor.probes.liveness.enabled |
Enable liveness probe |
true |
executor.probes.liveness.initialDelaySeconds |
Delay in seconds for initial liveness probe |
20 |
executor.probes.liveness.periodSeconds |
Duration in seconds between liveness probes |
20 |
executor.probes.liveness.successThreshold |
Liveness probe success threshold |
1 |
executor.probes.liveness.failureThreshold |
Liveness probe failure threshold |
3 |
executor.probes.readiness.enabled |
Enable readiness probe |
true |
executor.probes.readiness.initialDelaySeconds |
Delay in seconds for initial readiness probe |
30 |
executor.probes.readiness.periodSeconds |
Duration in seconds between readiness probes |
20 |
executor.probes.readiness.successThreshold |
Readiness probe success threshold |
1 |
executor.probes.readiness.failureThreshold |
Readiness probe failure threshold |
3 |
executor.resources.requests.cpu |
Mimimum CPU resources |
250m |
executor.resources.requests.memory |
Minimum memory resources |
700Mi |
executor.resources.limits.cpu |
Maximum CPU resources |
4000m |
executor.resources.limits.memory |
Maximum memory resouces |
4Gi |
executor.nodeSelector |
Node selector map |
{} |
executor.tolerations |
Tolerations array |
[] |
executor.affinity |
Pod affinity map |
{} |