fix: set Host header on paperclip health probes to bypass hostname guard #107
@@ -65,6 +65,9 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /api/health
|
path: /api/health
|
||||||
port: 3100
|
port: 3100
|
||||||
|
httpHeaders:
|
||||||
|
- name: Host
|
||||||
|
value: localhost
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
@@ -74,6 +77,9 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /api/health
|
path: /api/health
|
||||||
port: 3100
|
port: 3100
|
||||||
|
httpHeaders:
|
||||||
|
- name: Host
|
||||||
|
value: localhost
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user