mirror of
https://github.com/outbackdingo/openlan-cgw.git
synced 2026-01-27 10:19:56 +00:00
Optional use PodIP for CGW_GRPC_PUBLIC_HOST
This commit is contained in:
@@ -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 | |
|
||||
|
||||
Reference in New Issue
Block a user