feat: add metrics-server

This commit is contained in:
2025-12-25 11:56:25 +01:00
commit 600dbcf0f9
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Custom values for metrics-server
# Uncomment and modify to override defaults
# Reference the values file in apps/metrics-server.yaml to use this
args:
- --kubelet-insecure-tls
# Example of other common configurations:
# replicas: 1
#
# resources:
# requests:
# cpu: 100m
# memory: 200Mi
# limits:
# cpu: 500m
# memory: 500Mi