|
1 | 1 | # cpn-console |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart to deploy Cloud Pi Native Console |
6 | 6 |
|
@@ -38,7 +38,7 @@ A Helm chart to deploy Cloud Pi Native Console |
38 | 38 | | backend.autoscaling.targetMemoryUtilizationPercentage | int | `80` | Average memory utilization percentage for the Console CPN backend [HPA]. | |
39 | 39 | | backend.container.args | list | `[]` | Console CPN backend container command args. | |
40 | 40 | | backend.container.command | list | `[]` | Console CPN backend container command. | |
41 | | -| backend.container.port | int | `8080` | Console CPN backend container port. | |
| 41 | +| backend.container.port | int | `3001` | Console CPN backend container port. | |
42 | 42 | | backend.container.securityContext | object | `{}` | Toggle and define container-level security context. | |
43 | 43 | | backend.dbDataCm | string | `""` | Name of the configmap with javascript data that need to be imported by the backend at start up. | |
44 | 44 | | backend.disabledPlugins | string | `""` | CSV list of plugins to disabled. | |
@@ -348,7 +348,7 @@ A Helm chart to deploy Cloud Pi Native Console |
348 | 348 | | strangler.extraContainers | list | `[]` | Extra containers to add to the Console CPN strangler pod as sidecars. | |
349 | 349 | | strangler.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes). | |
350 | 350 | | strangler.extraVolumes | list | `[]` | List of extra volumes to add. | |
351 | | -| strangler.healthcheckPath | string | `"/"` | Console CPN strangler container healthcheck endpoint. | |
| 351 | +| strangler.healthcheckPath | string | `"/health"` | Console CPN strangler container healthcheck endpoint. | |
352 | 352 | | strangler.hostAliases | list | `[]` | Host aliases that will be injected at pod-level into /etc/hosts. | |
353 | 353 | | strangler.image.pullPolicy | string | `"Always"` | Image pull policy for the Console CPN strangler. | |
354 | 354 | | strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/nginx-strangler"` | Repository to use for the Console CPN strangler. | |
|
0 commit comments