Skip to content

Commit

Permalink
fix(helm): delay livenessProbe in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Apr 19, 2024
1 parent 8ee948e commit 6e85791
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions k8s/helm/hub-adapter/templates/hub-adapter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,10 @@ spec:
value: {{ .Values.env.HUB_USERNAME | default "" | quote }} # To be properly filled in
- name: HUB_PASSWORD
value: {{ .Values.env.HUB_PASSWORD | default "" | quote }}
startupProbe:
httpGet:
path: /healthz
port: healthcp
failureThreshold: 5
periodSeconds: 5
livenessProbe:
httpGet:
path: /healthz
port: healthcp
failureThreshold: 3
periodSeconds: 10
initialDelaySeconds: 30

0 comments on commit 6e85791

Please sign in to comment.