Skip to content

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

Open
@Saurabh9552

Description

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 }}

Metadata

Assignees

No one assigned

    Labels

    help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.needs-priorityneeds-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions