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
|`nodeSelector`| NodeSelector applied to the pod |`{}`|
70
-
|`tolerations`| Tolerations applied to the pod |`[]`|
71
-
|`affinity`| Affinity applied to the pod |`{}`|
72
-
|`selfSignedCertificate.enabled`| Enable self-signed certificate trust for the agent |`false`|
73
-
|`selfSignedCertificate.certificate`| The value of the self-signed certificate |`""`|
74
-
|`selfSignedCertificate.secret.useExistingSecret`| Enable this if you wish to use your own secret with the self-signed certificate |`false`|
75
-
|`selfSignedCertificate.secret.key`| The key in the existing self-signed certificate secret |`crt`|
76
-
|`selfSignedCertificate.secret.name`| The name of an existing secret containing the self-signed certificate |`""`|
35
+
:::info Advanced configuration
36
+
For a complete list of all available configuration parameters and their descriptions, see the [Port Agent Helm chart README](https://github.com/port-labs/helm-charts/tree/main/charts/port-agent).
37
+
:::
77
38
78
39
:::note
79
40
Ensure your Kafka topic has enough partitions when increasing `replicaCount` beyond 1. Each replica acts as a consumer in the consumer group.
@@ -85,7 +46,7 @@ For self-hosted 3rd-party applications with self-signed certificates, the agent
85
46
86
47
### Option 1: Provide certificate in Helm values
87
48
88
-
Use this option to provide the certificate content directly in your Helm values file or via the `--set-file` flag. The Helm chart will create and manage a Kubernetes secret containing the certificate.
49
+
Use this option to provide the certificate content directly in your Helm values file or via the `--set-file` flag.
- A complete list of configuration parameters is available in the [Port Agent Helm chart repository](https://github.com/port-labs/helm-charts/tree/main/charts/port-agent);
218
-
- An example `values.yaml` file with all available parameters is available [here](https://github.com/port-labs/helm-charts/blob/main/charts/port-agent/values.yaml).
219
-
220
176
## Extra environment variables
221
177
222
178
To pass extra environment variables to the agent's runtime, you can use the `env.normal` section for non-sensitive variables.
0 commit comments