Add readyness and liveness probes

This commit is contained in:
2021-06-14 16:07:35 -04:00
parent 5e8e416f55
commit 0c8d3ffe51

View File

@@ -92,6 +92,14 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
privileged: true privileged: true
livenessProbe:
httpGet:
path: health/health
port: 80
readinessProbe:
httpGet:
path: health/ready
port: 80
env: env:
- name: Weather__Queue__Host - name: Weather__Queue__Host
value: weather-queue value: weather-queue