metal-stack / gardener-extension-provider-metal

Implementation of the gardener-extension-controller for metal-stack
MIT License
24 stars 11 forks source link

add initialDelaySeconds to accounting-exporter livenessProbe #251

Closed mwennrich closed 2 years ago

mwennrich commented 2 years ago
      image: r.metal-stack.io/extensions/kube-counter:v0.4.5
      imagePullPolicy: Always
      livenessProbe:
        failureThreshold: 1
        httpGet:
          path: /health
          port: 3000
        initialDelaySeconds: 120
      name: accounting-exporter