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
|`rbacManager.tolerations`| Add `tolerations` to the RBAC Manager pod deployment. |`[]`|
107
108
|`rbacManager.topologySpreadConstraints`| Add `topologySpreadConstraints` to the RBAC Manager pod deployment. |`[]`|
109
+
|`readiness.port`| The port the readyz server listens on. |`""`|
108
110
|`registryCaBundleConfig.key`| The ConfigMap key containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. |`""`|
109
111
|`registryCaBundleConfig.name`| The ConfigMap name containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. |`""`|
110
112
|`replicas`| The number of Crossplane pod `replicas` to deploy. |`1`|
@@ -132,6 +134,7 @@ and their default values.
132
134
|`tolerations`| Add `tolerations` to the Crossplane pod deployment. |`[]`|
133
135
|`topologySpreadConstraints`| Add `topologySpreadConstraints` to the Crossplane pod deployment. |`[]`|
134
136
|`webhooks.enabled`| Enable webhooks for Crossplane and installed Provider packages. |`true`|
137
+
|`webhooks.port`| The port the webhook server listens on. |`""`|
AutomaticDependencyDowngradeEnabledbool`default:"false" env:"AUTOMATIC_DEPENDENCY_DOWNGRADE_ENABLED" help:"Enable automatic dependency version downgrades. This configuration requires the 'EnableDependencyVersionUpgrades' feature flag to be enabled."`
107
108
109
+
WebhookPortint`default:"9443" env:"WEBHOOK_PORT" help:"The port the webhook server listens on."`
110
+
MetricsPortint`default:"8080" env:"METRICS_PORT" help:"The port the metrics server listens on."`
111
+
HealthProbePortint`default:"8081" env:"HEALTH_PROBE_PORT" help:"The port the health probe endpoint listens on."`
112
+
108
113
TLSServerSecretNamestring`env:"TLS_SERVER_SECRET_NAME" help:"The name of the TLS Secret that will store Crossplane's server certificate."`
109
114
TLSServerCertsDirstring`env:"TLS_SERVER_CERTS_DIR" help:"The path of the folder which will store TLS server certificate of Crossplane."`
110
115
TLSClientSecretNamestring`env:"TLS_CLIENT_SECRET_NAME" help:"The name of the TLS Secret that will be store Crossplane's client certificate."`
0 commit comments