Skip to content

Commit

Permalink
chore(superset): decrease resouce requests on staging (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka authored Oct 2, 2024
1 parent c780319 commit acc2a56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions k8s/helmfile/env/staging/superset.values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
resources:
requests:
cpu: 100m
memory: 750Mi
limits:
cpu: 250m
memory: 750Mi

0 comments on commit acc2a56

Please sign in to comment.