diff --git a/cluster/applications/body-wars/deployment.yaml b/cluster/applications/body-wars/deployment.yaml index b50c850..57985b7 100644 --- a/cluster/applications/body-wars/deployment.yaml +++ b/cluster/applications/body-wars/deployment.yaml @@ -72,20 +72,12 @@ spec: memory: 1Gi livenessProbe: httpGet: - path: /api/v1/models + path: /health port: http initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3 - readinessProbe: - httpGet: - path: /health - port: http - initialDelaySeconds: 10 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 2 volumeMounts: - name: data mountPath: /app/backend/data