|
1 | 1 | # cpn-console |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart to deploy Cloud Pi Native Console |
6 | 6 |
|
@@ -55,7 +55,7 @@ A Helm chart to deploy Cloud Pi Native Console |
55 | 55 | | backend.healthcheckPath | string | `"/api/v1/healthz"` | Console CPN backend container healthcheck endpoint. | |
56 | 56 | | backend.hostAliases | list | `[]` | Host aliases that will be injected at pod-level into /etc/hosts. | |
57 | 57 | | backend.image.pullPolicy | string | `"Always"` | Image pull policy for the Console CPN backend. | |
58 | | -| backend.image.repository | string | `"ghcr.io/cloud-pi-native/console/backend"` | Repository to use for the Console CPN server. | |
| 58 | +| backend.image.repository | string | `"ghcr.io/cloud-pi-native/console/server-nestjs"` | Repository to use for the Console CPN server. | |
59 | 59 | | backend.image.tag | string | `""` | Tag to use for the Console CPN backend. # Overrides the image tag whose default is the chart appVersion. | |
60 | 60 | | backend.initContainers | list | `[]` | Init containers to add to the Console CPN client pod. | |
61 | 61 | | backend.livenessProbe.enabled | bool | `true` | Whether or not enable the probe. | |
@@ -351,7 +351,7 @@ A Helm chart to deploy Cloud Pi Native Console |
351 | 351 | | strangler.healthcheckPath | string | `"/"` | 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 | | -| strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/strangler"` | Repository to use for the Console CPN strangler. | |
| 354 | +| strangler.image.repository | string | `"ghcr.io/cloud-pi-native/console/nginx-strangler"` | Repository to use for the Console CPN strangler. | |
355 | 355 | | strangler.image.tag | string | `""` | Tag to use for the Console CPN strangler. # Overrides the image tag whose default is the chart appVersion. | |
356 | 356 | | strangler.initContainers | list | `[]` | Init containers to add to the Console CPN strangler pod. | |
357 | 357 | | strangler.livenessProbe.enabled | bool | `true` | Whether or not enable the probe. | |
|
0 commit comments