Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 11

...

Property

Description

Type

Required

Default

certificates

Configuration of the manager certificates.

Object (Certificates)

No

None

containers

Configuration of the manager containers.

Object

No

None

externalHost

The external host for accessing the manager from outside the cluster.See Cloud Agent Prerequisites for a detailed network configuration explanation of the manager component.

String

Yes

None

externalPort

The external port for accessing the manager from outside the cluster.See Cloud Agent Prerequisites for a detailed network configuration explanation of the manager component.

Number

No

443 (OpenShift only) / 30120

imagePullSecrets

The list of image pull secrets, containing docker registry credentials.

Array of Strings

No

None

incomingTrafficMethod

The method of exposing the manager to incoming traffic from outside the cluster. Available options are: Custom, NodePort, Route.See Cloud Agent Prerequisites for a detailed network configuration explanation of the manager component.

String

No

Route (OpenShift only) / NodePort

incomingTrafficPort

The port for exposing the manager to incoming traffic from outside the cluster (when incomingTrafficMethod is NodePort).
See Cloud Agent Prerequisites for a detailed network configuration explanation of the manager component.

Number

No

The value of externalPort.

podAnnotations

Annotations to update or add to the manager pods.

Array of Annotations

No

None

podLabels

Labels to update or add to the manager pods.

Array of Labels

No

None

replicas

The number of the manager pods in the Deployment.

Number

No

1

...