Skip to content

Commit

Permalink
Increase livenessprobe timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Feb 14, 2024
1 parent 6292b91 commit fbea5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
port: 5000
scheme: HTTP
# initialDelaySeconds: 60
timeoutSeconds: 30
timeoutSeconds: 60
- name: frontend-nginx
image: "{{ .Values.app.ui.image.repository }}:{{ .Values.app.ui.image.tag }}"
ports:
Expand Down

0 comments on commit fbea5d3

Please sign in to comment.