Skip to content

Instantly share code, notes, and snippets.

@oradwell
Created July 10, 2021 19:22
Show Gist options
  • Select an option

  • Save oradwell/d33d63d38b0bb5fc5d8d60d4bb2a0c2d to your computer and use it in GitHub Desktop.

Select an option

Save oradwell/d33d63d38b0bb5fc5d8d60d4bb2a0c2d to your computer and use it in GitHub Desktop.
Metrics Server Helm chart production configuration
---
# 3 replicas for redundancy
replicas: 3
resources:
requests:
cpu: 25m
memory: 25Mi
limits:
cpu: 90m
memory: 50Mi
@oradwell
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment