Engine Operator Configuration
Engine Operator Configuration Properties describes the properties available for configuring engine-operator instances in a Topology Operator-based deployment.
Property | Description |
---|---|
engine.operatorV2.engineOperator.affinity | The affinity configuration used by the engine-operator pods. The value is of type Affinity. |
engine.operatorV2.engineOperator.image.nameOverride | The name of the image used for the engine-operator pods. |
engine.operatorV2.engineOperator.image.versionOverride | The tag value of the image used for the engine-operator pods. |
engine.operatorV2.engineOperator.labels.podLabels | Labels added to the engine-operator pods. These would be in addition
to the labels specified with the
global.labels.podLabels property which are applied
to all pods. |
engine.operatorV2.engineOperator.livenessProbe.failureThreshold | The failure threshold value to use for the engine-operator pod's liveness probe. The default value is 3. |
engine.operatorV2.engineOperator.livenessProbe.initialDelaySeconds | The initial delay value to use for the engine-operator pod's liveness probe. The default value is 15. |
engine.operatorV2.engineOperator.livenessProbe.periodSeconds | The period value to use for the engine-operator pod's liveness probe. The default value is 20. |
engine.operatorV2.engineOperator.livenessProbe.timeoutSeconds | The timeout value to use for the engine-operator pod's liveness probe. The default value is 1. |
engine.operatorV2.engineOperator.nodeSelector | The node selector configuration used by the engine-operator pods. |
engine.operatorV2.engineOperator.podSecurityContext | The pod security context configuration used by the engine-operator
pods. The value is of type PodSecurityContext. The default value is
fsGroup: 1000 . |
engine.operatorV2.engineOperator.readinessProbe.failureThreshold | The failure threshold value to use for the engine-operator pod's readiness probe. The default value is 3. |
engine.operatorV2.engineOperator.readinessProbe.initialDelaySeconds | The initial delay value to use for the engine-operator pod's readiness probe. The default value is 5. |
engine.operatorV2.engineOperator.readinessProbe.periodSeconds | The period value to use for the engine-operator pod's readiness probe. The default value is 10. |
engine.operatorV2.engineOperator.readinessProbe.timeoutSeconds | The timeout value to use for the engine-operator pod's readiness probe. The default value is 1. |
engine.operatorV2.engineOperator.resources | The resource configuration used by the engine-operator pods. The value is of type ResourceRequirements. |
engine.operatorV2.engineOperator.securityContext | The container security context configuration used by the
engine-operator pods. The value is of type SecurityContext. The default
value
is:
|
engine.operatorV2.engineOperator.serviceAccount.annotations | These annotations are added to the service account when the
engine.operatorV2.engineOperator.serviceAccount.create
property is set to true . |
engine.operatorV2.engineOperator.serviceAccount.create | When set to true a service account is created with
the specified name and annotations in every namespace containing an
engine. Otherwise, a service account with the specified name must be
manually created in every namespace containing an engine. The default
value is true . |
engine.operatorV2.engineOperator.serviceAccount.name | A service account with this name is created in every namespace
containing an engine when the
engine.operatorV2.engineOperator.serviceAccount.create
property is set to true . Otherwise, a service account
with this name must be manually created in every namespace containing an
engine. The default value is engine-operator . |
engine.operatorV2.engineOperator.tolerations | The tolerance configuration used by the engine-operator pods. The value is a list of type Toleration. |