Skip to content

Commit

Permalink
Merge pull request #117 from utilitywarehouse/ephemeral-storage
Browse files Browse the repository at this point in the history
Request some ephemeral-storage to avoid evictions
  • Loading branch information
asiyani authored Aug 23, 2023
2 parents a760706 + 0388c6d commit e74d79e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/base/namespaced/tf-applier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ spec:
limits:
cpu: 2000m
memory: 2Gi
ephemeral-storage: 256Mi
requests:
cpu: 0m
memory: 128Mi
ephemeral-storage: 32Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit e74d79e

Please sign in to comment.