diff --git a/apps/base/customer1/paaas-landing/deployment.yaml b/apps/base/customer1/paaas-landing/deployment.yaml index f03797f..d32e4d1 100644 --- a/apps/base/customer1/paaas-landing/deployment.yaml +++ b/apps/base/customer1/paaas-landing/deployment.yaml @@ -26,6 +26,18 @@ spec: limits: cpu: 50m memory: 64Mi + readinessProbe: + httpGet: + path: / # or /index.html if needed + port: 80 + initialDelaySeconds: 5 + periodSeconds: 10 + livenessProbe: + httpGet: + path: / + port: 80 + initialDelaySeconds: 10 + periodSeconds: 20 --- apiVersion: v1 kind: Service