You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Helm chart with comprehensive installation instructions
- Add local and OCI image deployment sections to chart README
- Configure Auth0 authentication via v1-sync-helper-auth0-credentials secret
- Add all missing environment variables from service README
- Simplify environment variables documentation to show only defaults
- Reference main service README for complete variable list
- Use heredoc for values.yaml creation in OCI installation
🤖 Generated with [GitHub Copilot](https://github.com/features/copilot) (via Zed)
Signed-off-by: Eric Searcy <[email protected]>
**Note**: When using the local chart, you must specify `--set image.tag=latest` because the committed chart does not have an appVersion, so a version must always be specified when not using the published chart. The AUTH0_TENANT environment variable and Auth0 secret are also required.
40
+
41
+
### Installing from OCI registry
42
+
43
+
For production deployments using the published chart:
|`LFX_API_GW`|`https://api-gw.dev.platform.linuxfoundation.org/`| LFX API Gateway URL |
109
+
|`LOG_LEVEL`|`info`| Log level |
110
+
|`DEBUG`|`false`| Enable debug logging |
111
+
|`PORT`|`8080`| HTTP server port |
112
+
|`BIND`|`*`| Interface to bind on |
113
+
114
+
For a complete list of all supported environment variables, including required ones like `AUTH0_TENANT`, see the [v1-sync-helper README](../../v1-sync-helper/README.md#environment-variables).
115
+
116
+
### Additional Configuration
117
+
37
118
For all available configuration options and their default values, please see the [values.yaml](values.yaml) file in this chart directory. You can override these values in your own `values.yaml` file or by using the `--set` flag when installing the chart.
0 commit comments