Skip to content

Commit f5900ba

Browse files
authored
docs: Update README to include portName configuration for services in port-ocean chart (#234)
1 parent 728dba1 commit f5900ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/port-ocean/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ The following table lists the configuration parameters of the `port-ocean` chart
8181
| `service.enabled` | Specifies whether the service is enabled or not. | `true` |
8282
| `service.type` | Service type for the Port application. | `ClusterIP` |
8383
| `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` |
8485
| `ingress.enabled` | Specifies whether the ingress is enabled or not. | `false` |
8586
| `ingress.className` | Specifies the ingress ClassName. | `""` |
8687
| `ingress.annotations` | Annotations for the ingress object. | `{}` |
@@ -108,6 +109,7 @@ The following table lists the configuration parameters of the `port-ocean` chart
108109
| `liveEvents.service.enabled` | Specifies whether the service is enabled or not. | `true` |
109110
| `liveEvents.service.type` | Service type for the Port application. | `ClusterIP` |
110111
| `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` |
111113
| `liveEvents.ingress.enabled` | Specifies whether the ingress is enabled or not. | `false` |
112114
| `liveEvents.ingress.className` | Specifies the ingress ClassName. | `""` |
113115
| `liveEvents.ingress.annotations` | Annotations for the ingress object. | `{}` |
@@ -121,6 +123,7 @@ The following table lists the configuration parameters of the `port-ocean` chart
121123
| `postgresql.global.postgresql.auth.postgresPassword` | PostgreSQL postgres user password | `password` |
122124
| `integration.processExecution.mode` | Process execution mode. Can be either `single_process` or `multi_process` | `multi_process` |
123125
| `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` |
124127

125128
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.
126129

0 commit comments

Comments
 (0)