Merge pull request #80 from HideyoshiSolutions/check-for-readiness
Adds Check for Readiness in the Backend
This commit is contained in:
@@ -23,9 +23,14 @@ spec:
|
|||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
limits:
|
limits:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "250m"
|
cpu: "750m"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8070
|
- containerPort: 8070
|
||||||
|
readinessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: 8070
|
||||||
|
initialDelaySeconds: 60
|
||||||
env:
|
env:
|
||||||
- name: FRONTEND_PATH
|
- name: FRONTEND_PATH
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user