Skip to content

wanaku-operator

Configuration

The following table lists the configurable parameters and their default values.

ParameterDescriptionDefault
app.envs.QUARKUS_OPERATOR_SDK_CONTROLLERS_WANAKU_CAPABILITY_NAMESPACESJOSDK_WATCH_CURRENT
app.envs.QUARKUS_OPERATOR_SDK_CONTROLLERS_WANAKU_ROUTER_NAMESPACESJOSDK_WATCH_CURRENT
app.envs.QUARKUS_OPERATOR_SDK_CONTROLLERS_WANAKU_SERVICE_CATALOG_NAMESPACESJOSDK_WATCH_CURRENT
app.imageThe container image to use.quay.io/wanaku/wanaku-operator0.1.3
app.imagePullPolicyIfNotPresent
app.livenessProbe.failureThresholdThe failure threshold to use.3
app.livenessProbe.httpGet.pathThe http path to use for the probe./q/health/live
app.livenessProbe.httpGet.schemeThe http schema to use for the probe.HTTP
app.livenessProbe.initialDelaySecondsThe amount of time to wait before starting to probe.5
app.livenessProbe.periodSecondsThe period in which the action should be called.10
app.livenessProbe.successThresholdThe success threshold to use.1
app.livenessProbe.timeoutSecondsThe amount of time to wait for each action.10
app.ports.httpThe http port to use for the probe.8081
app.readinessProbe.failureThresholdThe failure threshold to use.3
app.readinessProbe.httpGet.pathThe http path to use for the probe./q/health/ready
app.readinessProbe.httpGet.schemeThe http schema to use for the probe.HTTP
app.readinessProbe.initialDelaySecondsThe amount of time to wait before starting to probe.5
app.readinessProbe.periodSecondsThe period in which the action should be called.10
app.readinessProbe.successThresholdThe success threshold to use.1
app.readinessProbe.timeoutSecondsThe amount of time to wait for each action.10
app.startupProbe.failureThresholdThe failure threshold to use.3
app.startupProbe.httpGet.pathThe http path to use for the probe./q/health/started
app.startupProbe.httpGet.schemeThe http schema to use for the probe.HTTP
app.startupProbe.initialDelaySecondsThe amount of time to wait before starting to probe.5
app.startupProbe.periodSecondsThe period in which the action should be called.10
app.startupProbe.successThresholdThe success threshold to use.1
app.startupProbe.timeoutSecondsThe amount of time to wait for each action.10

Specify each parameter using the --set key=value[,key=value] argument to helm install. Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

$ helm install --name chart-name -f values.yaml .

Tip: You can use the default values.yaml