chore: Removed healthcheck

This commit is contained in:
2025-06-27 21:38:46 +00:00
parent b6fda05c20
commit 3d033cec4f
-27
View File
@@ -20,33 +20,6 @@ spec:
ports:
- containerPort: 5000
name: "ipam"
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 5000
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
readinessProbe:
failureThreshold: 3
httpGet:
path: /
port: 5000
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
startupProbe:
failureThreshold: 3
httpGet:
path: /
port: 5000
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
---
apiVersion: v1
kind: Service