We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d414cb commit 8d94b8eCopy full SHA for 8d94b8e
charts/eoapi/local-base-values.yaml
@@ -88,7 +88,7 @@ browser:
88
89
monitoring:
90
metricsServer:
91
- enabled: false
+ enabled: true
92
93
autoscaling:
94
enabled: false
charts/eoapi/local-k3s-values.yaml
@@ -69,3 +69,8 @@ postgrescluster:
69
limits:
70
cpu: "500m"
71
memory: "1Gi"
72
+
73
+# Disable metrics-server as k3s provides it built-in
74
+monitoring:
75
+ metricsServer:
76
+ enabled: false
0 commit comments