Skip to content

Commit

Permalink
fixed minio backup target
Browse files Browse the repository at this point in the history
  • Loading branch information
marmila committed Jan 28, 2024
1 parent edf23e0 commit 94b2f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/vars/picluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ minio_root_user: "root"
minio_root_password: "{{ vault.minio.root.key }}"

# Minio site region configuration
minio_site_region: "eu-milan-1"
minio_site_region: "eu-west-1"

# Enabling TLS
minio_enable_tls: true
Expand Down
2 changes: 1 addition & 1 deletion argocd/system/longhorn-system/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ longhorn:
defaultSettings:
defaultDataPath: "/storage"
# Backup S3 configuration
backupTarget: "s3://k3s-longhorn@eu-milan-1/"
backupTarget: "s3://k3s-longhorn@eu-west-1/"
backupTargetCredentialSecret: longhorn-minio-secret
# Ingress Resource. Longhorn dashboard.
ingress:
Expand Down

0 comments on commit 94b2f73

Please sign in to comment.