Altinn / altinn-studio-charts

Helm charts for Altinn Studio apps.
https://charts.altinn.studio
MIT License
0 stars 0 forks source link

Add startupprobe deployment chart #22

Closed bengtfredh closed 1 year ago

bengtfredh commented 1 year ago

New optional startup probe with default values available in values.yaml

deployment:
  startup:
    enabled: false
    path: /health
    failureThreshold: 3
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 1