Skip to content

Commit

Permalink
chore(charts/prow): update the probles (#1095)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Apr 12, 2024
1 parent 071be30 commit 1f999bc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/prow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# time you make changes to the chart and its templates,
# including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.9.8"
version: "0.9.9"

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the
Expand Down
11 changes: 6 additions & 5 deletions charts/prow/templates/components/deck/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,16 @@ spec:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 3
periodSeconds: 3
initialDelaySeconds: 10
periodSeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz/ready
port: 8081
initialDelaySeconds: 10
periodSeconds: 3
timeoutSeconds: 600
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
volumes:
- name: prow-config
configMap:
Expand Down
11 changes: 6 additions & 5 deletions charts/prow/templates/components/hook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,16 @@ spec:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 3
periodSeconds: 3
initialDelaySeconds: 10
periodSeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz/ready
port: 8081
initialDelaySeconds: 10
periodSeconds: 3
timeoutSeconds: 600
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
resources:
{{- toYaml .Values.hook.resources | nindent 12 }}
volumes:
Expand Down
11 changes: 6 additions & 5 deletions charts/prow/templates/components/tide/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,16 @@ spec:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 3
periodSeconds: 3
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /healthz/ready
port: http
initialDelaySeconds: 10
periodSeconds: 3
timeoutSeconds: 600
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 5
resources:
{{- toYaml .Values.tide.resources | nindent 12 }}
volumes:
Expand Down

0 comments on commit 1f999bc

Please sign in to comment.