@@ -217,7 +217,22 @@ In addition, Sentry will always behave as follows:
217217| global.secret.imagePullSecret | Image pull secret | "e30K" |
218218| cloud.hashLookup.enabled | Enable/Disable the cloud hash lookup | true |
219219| cloud.allowlistLookup.enabled | Enable/Disable the cloud allowlist lookup | true |
220- | gateway.ingress.enabled | Enable/Disable the Ingress resource | false |
220+ | gatewayApi.enabled | Enable/Disable Gateway API resources | false |
221+ | gatewayApi.nameOverride | Overrides the Gateway API application name | "" |
222+ | gatewayApi.fullnameOverride | Overrides the Gateway API full name | "gateway-api" |
223+ | gatewayApi.gatewayClassName | Gateway class name for Gateway API | "eg" |
224+ | gatewayApi.annotations | Additional annotations for Gateway API | {} |
225+ | gatewayApi.infrastructure.annotations | Infrastructure-specific annotations for Gateway API | {} |
226+ | gatewayApi.listeners.https.hostname | Hostname for HTTPS listener | "" |
227+ | gatewayApi.listeners.https.protocol | Protocol for HTTPS listener | HTTPS |
228+ | gatewayApi.listeners.https.port | Port for HTTPS listener | 443 |
229+ | gatewayApi.listeners.https.tlsSecretName | TLS secret name for HTTPS listener | "gateway-api-tls" |
230+ | gatewayApi.listeners.http.hostname | Hostname for HTTP listener | "" |
231+ | gatewayApi.listeners.http.protocol | Protocol for HTTP listener | HTTP |
232+ | gatewayApi.listeners.http.port | Port for HTTP listener | 80 |
233+ | gateway.httpRoute.enabled | Enable/Disable HTTPRoute resource for Gateway API | false |
234+ | gateway.httpRoute.hostname | Hostname for HTTPRoute | "" |
235+ | gateway.ingress.enabled | Enable/Disable the Ingress resource (deprecated : use gatewayApi and httpRoute instead) | true |
221236| gateway.ingress.annotations | Additional annotations for Ingress | {} |
222237| gateway.ingress.hosts | Hostnames and paths for Ingress | [] |
223238| gateway.ingress.tls` | TLS configuration for Ingress | [] |
0 commit comments