Skip to content

health should be configurable in the helm chart #1411

@nwsparks

Description

@nwsparks

the efs-plugin is frequently failing it's liveness probe on startup. I believe the current configuration in the helm chart is set to check too frequently (period: 2)

it would be simple to change this to allow configuration via helm values. to keep it in line with the existing healthPort I would propose adding the following to the controller and node sections.

  healthInitialDelaySeconds: 10
  healthTimeoutSeconds: 3
  healthPeriodSeconds: 10
  healthFailureThreshold: 5

I can raise a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions