Set an initial delay

This commit is contained in:
2021-06-14 16:29:11 -04:00
parent 4202a49f2f
commit e79f983c79

View File

@@ -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