Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(charts/prow): update the probles #1095

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading