Skip to content

Commit

Permalink
fix: add storage limits to tf pod to satisfy sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgamache committed Feb 7, 2024
1 parent a551a55 commit dbe0d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/cas-ciip-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ devops:
limits:
cpu: 1000m
memory: 512Mi
ephemeral-storage: 1Gi
requests:
cpu: 100m
memory: 64Mi
ephemeral-storage: 256Mi

0 comments on commit dbe0d37

Please sign in to comment.