File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,14 @@ See [values.yaml](values.yaml) for the full list of configurable parameters.
2727| backend.apiexportEndpointSliceName | string | ` "" ` | APIExport EndpointSlice name to watch |
2828| backend.clusterScopeIsolation | string | ` "prefix" ` | Cluster-scope isolation mode. Options: none, prefix, namespaced |
2929| backend.consumerScope | string | ` "namespaced" ` | Consumer scope. Options: "namespaced" |
30+ | backend.context | string | ` "" ` | The name of the kubeconfig context to use |
3031| backend.cookieEncryptionKey | string | ` "" ` | Cookie encryption key (base64 encoded). Empty generates random key on each start (not for production!) |
3132| backend.cookieSigningKey | string | ` "" ` | Cookie signing key (base64 encoded). Empty generates random key on each start (not for production!) |
3233| backend.externalAddress | string | ` "" ` | External address clients use to reach the backend |
3334| backend.externalServerName | string | ` "" ` | External server name for TLS SNI |
3435| backend.extraArgs | list | ` [] ` | Extra command-line arguments to pass to the backend |
3536| backend.frontendDisabled | bool | ` false ` | Disable the frontend UI |
37+ | backend.kubeconfig | string | ` "" ` | Path to a kubeconfig file. Only required if out-of-cluster |
3638| backend.listenAddress | string | ` "0.0.0.0:8080" ` | Address the backend listens on |
3739| backend.loggingLevel | int | ` 2 ` | Logging verbosity level |
3840| backend.multiclusterRuntimeProvider | string | ` "" ` | Multicluster runtime provider (e.g., "kcp") |
You can’t perform that action at this time.
0 commit comments