fix: fix typo, wrong s3 url in velero hel1

This commit is contained in:
2025-11-17 12:22:51 +01:00
parent c4ef096509
commit f83aca0129
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: []
+2 -2
View File
@@ -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