cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 0b697f8bd50290ef57f9988edc31b7fc33e26430
parent 7bbc5f010963e608cf8bd7434eb69aee26d48748
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun, 22 Mar 2026 01:19:44 +0100

fix more things

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/k6-operator/cronjobs.yaml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/talos_cluster/k6-operator/cronjobs.yaml b/apps/talos_cluster/k6-operator/cronjobs.yaml @@ -60,7 +60,7 @@ spec: configMap: name: k6-scripts file: smoke.js - arguments: --out prometheus-rw + arguments: --out experimental-prometheus-rw runner: env: - name: K6_PROMETHEUS_RW_SERVER_URL @@ -132,7 +132,7 @@ spec: configMap: name: k6-scripts file: health.js - arguments: --out prometheus-rw + arguments: --out experimental-prometheus-rw runner: env: - name: K6_PROMETHEUS_RW_SERVER_URL @@ -204,7 +204,7 @@ spec: configMap: name: k6-scripts file: federation.js - arguments: --out prometheus-rw + arguments: --out experimental-prometheus-rw runner: env: - name: K6_PROMETHEUS_RW_SERVER_URL @@ -276,7 +276,7 @@ spec: configMap: name: k6-scripts file: soak-with-memory-check.js - arguments: --out prometheus-rw + arguments: --out experimental-prometheus-rw runner: env: - name: K6_PROMETHEUS_RW_SERVER_URL