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.

String

Yes

None

externalPort

The external port for accessing the manager from outside the cluster

Number

No

443 (OpenShift only) / 30120

imagePullSecrets

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

Array of StringStrings

No

None

incomingTrafficMethod

The method of exposing the manager to incoming traffic from outside the cluster. Available options are: Custom, NodePort, Route.

String

No

Route (OpenShift only) / NodePort

incomingTrafficPort

The port for exposing the manager to incoming traffic from outside the cluster (when incomingTrafficMethod is NodePort).

Number

No

The value of externalPort.

podAnnotations

Annotations to update or add to the manager pods.

Array of AnnotationAnnotations

No

None

podLabels

Labels to update or add to the manager pods.

Array of LabelLabels

No

None

replicas

The number of the manager pods in the Deployment.

Number

No

1

...