Skip to content

Commit 10294a2

Browse files
chore(dso-console): bump chart version to 2.3.4
1 parent 9b926f0 commit 10294a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/dso-console/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A Helm chart to deploy Cloud Pi Native Console
3838
| backend.autoscaling.targetMemoryUtilizationPercentage | int | `80` | Average memory utilization percentage for the Console CPN backend [HPA]. |
3939
| backend.container.args | list | `[]` | Console CPN backend container command args. |
4040
| 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. |
4242
| backend.container.securityContext | object | `{}` | Toggle and define container-level security context. |
4343
| backend.dbDataCm | string | `""` | Name of the configmap with javascript data that need to be imported by the backend at start up. |
4444
| backend.disabledPlugins | string | `""` | CSV list of plugins to disabled. |
@@ -348,7 +348,7 @@ A Helm chart to deploy Cloud Pi Native Console
348348
| strangler.extraContainers | list | `[]` | Extra containers to add to the Console CPN strangler pod as sidecars. |
349349
| strangler.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes). |
350350
| 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. |
352352
| strangler.hostAliases | list | `[]` | Host aliases that will be injected at pod-level into /etc/hosts. |
353353
| strangler.image.pullPolicy | string | `"Always"` | Image pull policy for the Console CPN strangler. |
354354
| strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/nginx-strangler"` | Repository to use for the Console CPN strangler. |

0 commit comments

Comments
 (0)