Skip to content

Commit

Permalink
fix frontend 500 error when probing service (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Apr 23, 2024
1 parent ea0af9a commit 45c9bc6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/dify/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@ spec:
httpGet:
path: /apps
port: http
httpHeaders:
- name: accept-language
value: en
initialDelaySeconds: 30
timeoutSeconds: 5
periodSeconds: 30
Expand All @@ -250,7 +253,10 @@ spec:
httpGet:
path: /apps
port: http
initialDelaySeconds: 1
httpHeaders:
- name: accept-language
value: en
initialDelaySeconds: 30
timeoutSeconds: 5
periodSeconds: 5
successThreshold: 1
Expand Down

0 comments on commit 45c9bc6

Please sign in to comment.