kubernetes/ingress-nginx

Feature Request: Add Support for Startup Probe Configuration in default-backend-deployment.yaml

Open

#12.437 geöffnet am 4. Dez. 2024

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (7.888 Forks)batch import
help wantedkind/featurelifecycle/frozenneeds-priorityneeds-triage

Repository-Metriken

Stars
 (15.199 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

As we are implementing the startup probe in our application, we observed that the ingress Helm chart in the latest GA version (4.11.3 ) does not include any object for the startup probe. Below is a sample code snippet to configure the startup probe in the default backend. Please consider this as a feature request for an upcoming release: {{- if .Values.defaultBackend.startupProbe }} startupProbe: {{ toYaml .Values.defaultBackend.startupProbe | nindent 12 }} {{- end }}

Contributor Guide