Configuration properties in the values.yaml file for deploying the IBM App Connect Operator
The values.yaml file for the Helm chart defines
configuration properties and values that are used to deploy the IBM® App Connect Operator in your cluster. You can update the
values.yaml file before you run the helm install command to
install the Operator. Alternatively, you can retain the default values in
values.yaml and instead use the --set flag (with
individual parameters) to apply overrides when you run helm install.
The file is stored in the following location: /ibm-appconnect-operator/values.yaml.
The following configuration properties are defined in the values.yaml file.
Configuration property | Type | Default | Description |
---|---|---|---|
|
string |
"appconnect" |
The namespace to which you want to deploy the IBM App Connect Operator. |
|
string |
"appconnect-operator" |
The IBM App Connect Operator image name. |
|
string |
"Always" |
The pull policy for the IBM App Connect Operator image, which determines when to pull the image from the registry. The valid values are as follows:
|
|
string |
"icr.io/cpopen" |
The remote repository from which to pull the IBM App Connect Operator image. If the IBM App Connect Operator image is saved to a private registry (for
example, in an air-gapped environment), |
|
object |
{"limits":{"ephemeral-storage":"512Mi","memory":"1Gi"},"requests":{"cpu":"100m","ephemeral-storage":"50Mi","memory":"128Mi"}} |
Resource limits to apply to the IBM App Connect Operator pod. |
|
string |
sha256:77e1461f0e113a9f18b71ae65177f350f427bea6a8b913aabfb8794a1a7991ea |
The SHA value of the IBM App Connect Operator image. |
|
string |
A tag value for the IBM App Connect Operator image. This value is optional and is ignored if you supply a SHA value. |
|
|
object |
{} |
Environment variables that you want to pass to the IBM App Connect Operator pod to expose pod information to containers that are running in the pod. Specify these variables in the format Example:
|
|
list |
[] |
A comma-separated list of pull secrets that allow pulling images from authenticated registries. |
|
string |
"OwnNamespace" |
The installation mode for the IBM App Connect Operator, which determines the scope at which it operates. The valid values are as follows:
|
|
string |
"" |
A private registry override that allows pulling from alternative private registries. |
|
int |
1 |
The number of replicas for the IBM App Connect Operator pod. The recommended number is 1. |