Adds Check for Readiness in the Backend

This commit is contained in:
2024-02-16 03:46:34 -03:00
parent a17b13b779
commit db5f4df489

View File

@@ -23,9 +23,14 @@ spec:
cpu: "250m"
limits:
memory: "256Mi"
cpu: "250m"
cpu: "750m"
ports:
- containerPort: 8070
readinessProbe:
httpGet:
path: /health
port: 8070
initialDelaySeconds: 60
env:
- name: FRONTEND_PATH
valueFrom: