Skip to content

Commit

Permalink
Update terminationGracePeriodSeconds and resource limits in frontend.…
Browse files Browse the repository at this point in the history
…yaml
  • Loading branch information
petya-vasileva committed Apr 16, 2024
1 parent 9fd7d39 commit 2659976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
labels:
k8s-app: ps-dash
spec:
terminationGracePeriodSeconds: 900 # wait for 15 minuted before forcibly terminating the pod
terminationGracePeriodSeconds: 200 # wait for 15 minuted before forcibly terminating the pod
containers:
- name: ps-dash
image: sandci/ps-dash:latest
Expand All @@ -79,10 +79,10 @@ spec:
mountPath: "/etc/ps-dash/"
resources:
requests:
cpu: "1000m"
cpu: "4000m"
memory: "10Gi"
limits:
cpu: "4000m"
cpu: "8000m"
memory: "20Gi"
volumes:
- name: frontend-conf-volume
Expand Down

0 comments on commit 2659976

Please sign in to comment.