@@ -86,7 +86,7 @@ Below is a summary table of configurable values from values.yaml.
8686| fileServer.deployment.initContainers | list | [ ] | Init containers for file server. |
8787| fileServer.deployment.livenessProbe | object | httpGet on /file/uptime-check:5000 | Liveness probe configuration for file server container. |
8888| fileServer.deployment.startupProbe | object | httpGet on /file/uptime-check:5000 | Startup probe configuration for file server container. |
89- | fileServer.deployment.readinessProbe | object | httpGet on /file/uptime-check:5000 | Readiness probe configuration for file server container. |
89+ | fileServer.deployment.readinessProbe | object | {} | Readiness probe configuration for file server container. |
9090| fileServer.pvc.name | string | nx-cloud-file-server | PVC name for file server storage. |
9191| fileServer.pvc.annotations | object | {} | PVC annotations. |
9292| fileServer.pvc.labels | object | {} | PVC labels. |
@@ -160,7 +160,7 @@ Below is a summary table of configurable values from values.yaml.
160160| frontend.deployment.volumeMounts | list | [ ] | Additional volume mounts. |
161161| frontend.deployment.extraContainers | list | [ ] | Extra sidecars for frontend only. |
162162| frontend.deployment.initContainers | list | [ ] | Init containers for frontend. |
163- | frontend.deployment.startupProbe | object | httpGet on /healthz:4202 | Startup probe configuration for frontend container. |
163+ | frontend.deployment.startupProbe | object | {} | Startup probe configuration for frontend container. |
164164| frontend.deployment.livenessProbe | object | httpGet on /healthz:4202 | Liveness probe configuration for frontend container. |
165165| frontend.deployment.readinessProbe | object | httpGet on /readyz:4202 | Readiness probe configuration for frontend container. |
166166| frontend.serviceAccount.create | bool | true | Whether to create a ServiceAccount for frontend. |
@@ -222,7 +222,7 @@ Below is a summary table of configurable values from values.yaml.
222222| api.deployment.initContainers | list | [ ] | Init containers for API. |
223223| api.deployment.startupProbe | object | httpGet on /nx-cloud/uptime-check:4203 | Startup probe configuration for API container. |
224224| api.deployment.livenessProbe | object | httpGet on /nx-cloud/uptime-check:4203 | Liveness probe configuration for API container. |
225- | api.deployment.readinessProbe | object | httpGet on /nx-cloud/uptime-check:4203 | Readiness probe configuration for API container. |
225+ | api.deployment.readinessProbe | object | {} | Readiness probe configuration for API container. |
226226| api.serviceAccount.create | bool | true | Whether to create a ServiceAccount for API. |
227227| api.serviceAccount.name | string | nx-cloud-nx-api | ServiceAccount name for API. |
228228| api.serviceAccount.annotations | object | {} | ServiceAccount annotations for API. |
0 commit comments