Merge pull request #80 from HideyoshiSolutions/check-for-readiness

Adds Check for Readiness in the Backend
This commit is contained in:
2024-02-16 03:47:20 -03:00
committed by GitHub

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: