Skip to content

Commit

Permalink
fix(charts/prow): adjust probes for tide
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Sep 10, 2024
1 parent 3a48bf5 commit fbc3df6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/prow/templates/components/tide/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ spec:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /healthz/ready
port: http
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
timeoutSeconds: 10
resources:
{{- toYaml .Values.tide.resources | nindent 12 }}
volumes:
Expand Down
6 changes: 6 additions & 0 deletions charts/prow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,12 @@ tide:
create: true
name: ""
resources: {}
# requests:
# cpu: 1000m
# memory: 4Gi
# limits:
# cpu: 1000m
# memory: 4Gi
kubeconfigSecret: ""

pipeline:
Expand Down

0 comments on commit fbc3df6

Please sign in to comment.