Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Description

Type

Required

Default

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

imagePullSecrets

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

Array of string

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.

replicas

The number of the manager pods in the Deployment.

Number

No

1

...