diff --git a/apps/base/paperclip/deployment.yaml b/apps/base/paperclip/deployment.yaml index 21a6222..39d0616 100644 --- a/apps/base/paperclip/deployment.yaml +++ b/apps/base/paperclip/deployment.yaml @@ -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