Optional use PodIP for CGW_GRPC_PUBLIC_HOST

This commit is contained in:
miha-jancar-shastacloud
2025-03-20 11:50:32 +01:00
parent 1e321bff21
commit 58d8c33f14

View File

@@ -68,7 +68,7 @@ The following table lists the configurable parameters of the chart and their def
| persistence.enabled | boolean | Defines if the Gateway requires Persistent Volume (required for permanent files storage and SQLite DB if enabled) | `True` |
| persistence.accessModes | array | Defines PV access modes | |
| persistence.size | string | Defines PV size | `'10Gi'` |
| podIP_as_grpc_host | boolean | If True `CGW_GRPC_PUBLIC_HOST` environment variable will be populated with PodIP. | `false` |
| podIP_as_grpc_host | boolean | If `true`, `CGW_GRPC_PUBLIC_HOST` environment variable will be populated with PodIP. | `false` |
| public\_env\_variables | hash | Defines list of environment variables to be passed to the Gateway via ConfigMaps | |
| secret\_env\_variables | hash | Defines list of secret environment variables to be passed to the Gateway via secrets | |
| existingEnvSecret | hash | Defines list of secret environment variables to be passed to the Gateway via secrets | |