diff --git a/apps/base/customer1/paaas-landing/deployment.yaml b/apps/base/customer1/paaas-landing/deployment.yaml index c4bbcbb..02ae4fb 100644 --- a/apps/base/customer1/paaas-landing/deployment.yaml +++ b/apps/base/customer1/paaas-landing/deployment.yaml @@ -22,22 +22,22 @@ spec: resources: requests: cpu: 10m - memory: 32Mi + memory: 100Mi limits: cpu: 50m - memory: 64Mi + memory: 150Mi readinessProbe: httpGet: path: / # or /index.html if needed port: 8080 - initialDelaySeconds: 5 - periodSeconds: 10 + initialDelaySeconds: 30 + periodSeconds: 30 livenessProbe: httpGet: path: / port: 8080 - initialDelaySeconds: 10 - periodSeconds: 20 + initialDelaySeconds: 30 + periodSeconds: 30 --- apiVersion: v1 kind: Service