From f83aca01295eeda8fce70c0020271d48c026467e Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 17 Nov 2025 12:22:51 +0100 Subject: [PATCH] fix: fix typo, wrong s3 url in velero hel1 --- values/env-hel1.yaml | 2 +- values/velero/env-hel1.yaml.gotmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/values/env-hel1.yaml b/values/env-hel1.yaml index b3e7976b..20686f94 100644 --- a/values/env-hel1.yaml +++ b/values/env-hel1.yaml @@ -12,7 +12,7 @@ clusterConfig: ingress_nodes: ["controlplane-1, controlplane-2, controlplane-3"] ingress_replica_count: 3 ingress_loadbalancer: true - ingress_nodeport: true + ingress_nodeport: false fileserver: "10.0.1.1" s3: hosts: [] diff --git a/values/velero/env-hel1.yaml.gotmpl b/values/velero/env-hel1.yaml.gotmpl index c552acfe..3b44d8c7 100644 --- a/values/velero/env-hel1.yaml.gotmpl +++ b/values/velero/env-hel1.yaml.gotmpl @@ -7,6 +7,6 @@ velero: credentials: secretName: "velero-s3" s3: - region: us-east-1 - url: "http://10.255.241.30:30080" + region: eu-central + url: "https://hel1.your-objectstorage.com" insecureSkipTLSVerify: true