Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
ci: Set ephemeral-storage limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dannevesdantas committed Apr 13, 2024
1 parent ebf1cd4 commit 3578a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/development/postgres/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
limits:
cpu: "2"
memory: "4Gi"
ephemeral-storage: "10Gi"
volumes:
- name: postgredb
persistentVolumeClaim:
Expand Down

0 comments on commit 3578a6a

Please sign in to comment.