mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Set an initial delay
This commit is contained in:
@@ -96,10 +96,12 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: health/health
|
path: health/health
|
||||||
port: 80
|
port: 80
|
||||||
|
initialDelaySeconds: 30
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: health/ready
|
path: health/ready
|
||||||
port: 80
|
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