You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/port-ocean/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ The following table lists the configuration parameters of the `port-ocean` chart
81
81
|`service.enabled`| Specifies whether the service is enabled or not. |`true`|
82
82
|`service.type`| Service type for the Port application. |`ClusterIP`|
83
83
|`service.port`| Port number for the service. |`8000`|
84
+
|`service.portName`| Name assigned to the port exposed by the Service. Defaults to `ocean-port`. |`ocean-port`|
84
85
|`ingress.enabled`| Specifies whether the ingress is enabled or not. |`false`|
85
86
|`ingress.className`| Specifies the ingress ClassName. |`""`|
86
87
|`ingress.annotations`| Annotations for the ingress object. |`{}`|
@@ -108,6 +109,7 @@ The following table lists the configuration parameters of the `port-ocean` chart
108
109
|`liveEvents.service.enabled`| Specifies whether the service is enabled or not. |`true`|
109
110
|`liveEvents.service.type`| Service type for the Port application. |`ClusterIP`|
110
111
|`liveEvents.service.port`| Port number for the service. |`8000`|
112
+
|`liveEvents.service.portName`| Name of the port exposed by the Service created for the Live Events worker. Defaults to `ocean-port`. |`ocean-port`|
111
113
|`liveEvents.ingress.enabled`| Specifies whether the ingress is enabled or not. |`false`|
112
114
|`liveEvents.ingress.className`| Specifies the ingress ClassName. |`""`|
113
115
|`liveEvents.ingress.annotations`| Annotations for the ingress object. |`{}`|
@@ -121,6 +123,7 @@ The following table lists the configuration parameters of the `port-ocean` chart
121
123
|`postgresql.global.postgresql.auth.postgresPassword`| PostgreSQL postgres user password |`password`|
122
124
|`integration.processExecution.mode`| Process execution mode. Can be either `single_process` or `multi_process`|`multi_process`|
123
125
|`integration.processExecution.prometheusMultiProcessDir`| Directory for Prometheus multi-process mode metrics. |`/tmp/ocean/prometheus/metrics`|
126
+
|`actionsProcessor.service.portName`| Name of the port exposed by the Service created for the Actions Processor worker. Defaults to `ocean-port`. |`ocean-port`|
124
127
125
128
When PostgreSQL is enabled, all workloads (Deployment, CronJob, and Live Events) will wait for PostgreSQL to be ready before starting their main containers. This is done using an init container that checks PostgreSQL availability using `pg_isready`. The init container will retry every 2 seconds until PostgreSQL is available.
0 commit comments