Skip to content

Commit

Permalink
fix: try to address the CI failure
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Sep 10, 2024
1 parent 63c1e7a commit becc5f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions charts/prow/templates/components/tide/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ spec:
httpGet:
path: /healthz
port: http
timeoutSeconds: 5
periodSeconds: 20
failureThreshold: 3
initialDelaySeconds: 300
initialDelaySeconds: 30 # "300" maybe it will cause ci failed.
periodSeconds: 20
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz/ready
port: http
timeoutSeconds: 5
periodSeconds: 10
failureThreshold: 3
periodSeconds: 10
timeoutSeconds: 5
resources:
{{- toYaml .Values.tide.resources | nindent 12 }}
volumes:
Expand Down
14 changes: 7 additions & 7 deletions charts/prow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ tide:
roleBinding:
create: true
name: ""
resources:
requests:
cpu: 1000m
memory: 4Gi
limits:
cpu: 1000m
memory: 4Gi
resources: {}
# requests:
# cpu: 1000m
# memory: 4Gi
# limits:
# cpu: 1000m
# memory: 4Gi
kubeconfigSecret: ""

pipeline:
Expand Down

0 comments on commit becc5f2

Please sign in to comment.