From 12dfaadd0ad592a4d59d62f783762db1ba0f6d3f Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 20 Feb 2021 12:11:39 -0500 Subject: [PATCH] Add values-public.yaml Add a public version of monitor with iperf and glances support only. --- values-public.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 values-public.yaml diff --git a/values-public.yaml b/values-public.yaml new file mode 100644 index 0000000..127e365 --- /dev/null +++ b/values-public.yaml @@ -0,0 +1,8 @@ +image: hub.ducoterra.net/ducoterra/temp:0.0.10 +glances: true +iperf: true +disk: false +stress: false +exporter: false +stress_cpu: "8" +stress_mem: "4G" \ No newline at end of file