diff --git a/deploy/02-deployment.yaml b/deploy/02-deployment.yaml index 32bc2287..17829483 100644 --- a/deploy/02-deployment.yaml +++ b/deploy/02-deployment.yaml @@ -35,6 +35,20 @@ spec: allowPrivilegeEscalation: false capabilities: drop: [ALL] + livenessProbe: + httpGet: + path: /-/healthy + port: 2112 + readinessProbe: + httpGet: + path: /-/ready + port: 2112 + resources: + requests: + cpu: 100m + memory: 128Mi + limits: + memory: 128Mi volumes: - name: cfg configMap: