Skip to content

Commit

Permalink
fix(spliit): add necessary header for healthcheck to work
Browse files Browse the repository at this point in the history
See this probable root cause issue spliit-app/spliit#221

The bug was probably introduced with the following renovate upgrade
8a7ad96
  • Loading branch information
dixneuf19 committed Nov 10, 2024
1 parent 43bcbc9 commit 2ec77e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spliit/spliit/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,23 @@ spec:
httpGet:
path: /
port: http
httpHeaders:
- name: Accept-Language
value: en-US
readinessProbe:
httpGet:
path: /
port: http
httpHeaders:
- name: Accept-Language
value: en-US
startupProbe:
httpGet:
path: /
port: http
httpHeaders:
- name: Accept-Language
value: en-US
failureThreshold: 30
---
apiVersion: v1
Expand Down

0 comments on commit 2ec77e9

Please sign in to comment.