diff --git a/ipapi/deployment.yaml b/ipapi/deployment.yaml index b94506c..dcbdb39 100644 --- a/ipapi/deployment.yaml +++ b/ipapi/deployment.yaml @@ -47,6 +47,21 @@ spec: volumeMounts: - name: geoip mountPath: /data/geoip + livenessProbe: + httpGet: + path: /health + port: http + readinessProbe: + httpGet: + path: /health + port: http + resources: + requests: + memory: 64Mi + cpu: 150m + limits: + memory: 256Mi + cpu: 300m volumes: - name: geoip persistentVolumeClaim: