mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Remove readyness probe to ensure old pod shuts down
This commit is contained in:
@@ -96,12 +96,6 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: health/health
|
path: health/health
|
||||||
port: 80
|
port: 80
|
||||||
initialDelaySeconds: 30
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: health/ready
|
|
||||||
port: 80
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
env:
|
env:
|
||||||
- name: Weather__Queue__Host
|
- name: Weather__Queue__Host
|
||||||
value: weather-queue
|
value: weather-queue
|
||||||
|
|||||||
Reference in New Issue
Block a user