Created
July 10, 2021 19:22
-
-
Save oradwell/d33d63d38b0bb5fc5d8d60d4bb2a0c2d to your computer and use it in GitHub Desktop.
Metrics Server Helm chart production configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| # 3 replicas for redundancy | |
| replicas: 3 | |
| resources: | |
| requests: | |
| cpu: 25m | |
| memory: 25Mi | |
| limits: | |
| cpu: 90m | |
| memory: 50Mi |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Explained on https://blog.radwell.codes/2021/07/installing-metrics-server-for-production-kubernetes-clusters/