fix: set Host header on paperclip health probes to bypass hostname guard #107

Merged
unkinben merged 1 commits from benvin/paperclip_live_probe into main 2026-05-02 23:01:59 +10:00
Showing only changes of commit 926f3b34ba - Show all commits
+6
View File
@@ -65,6 +65,9 @@ spec:
httpGet:
path: /api/health
port: 3100
httpHeaders:
- name: Host
value: localhost
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 30
@@ -74,6 +77,9 @@ spec:
httpGet:
path: /api/health
port: 3100
httpHeaders:
- name: Host
value: localhost
failureThreshold: 3
initialDelaySeconds: 10
periodSeconds: 10