From aed0f55e3f3f3f9a453c9e412c46816da91ad367 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Mon, 22 Dec 2025 19:41:42 +0200 Subject: [PATCH] Migrate nextcloud to harbor s3 --- nextcloud/application.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nextcloud/application.yaml b/nextcloud/application.yaml index bbb8fb9..421d4e4 100644 --- a/nextcloud/application.yaml +++ b/nextcloud/application.yaml @@ -155,15 +155,15 @@ spec: - name: NEXTCLOUD_TRUSTED_DOMAINS value: nextcloud.k-space.ee nextcloud # This is for reference - these values are not actually changed by env after installation. - name: OBJECTSTORE_S3_HOST - value: 172.20.9.2 + value: garage.k-space.ee - name: OBJECTSTORE_S3_PORT - value: "9000" + value: "443" - name: OBJECTSTORE_S3_BUCKET - value: kspace-nextcloud + value: nextcloud - name: OBJECTSTORE_S3_SSL - value: "false" + value: "true" - name: OBJECTSTORE_S3_KEY - value: kspace-nextcloud + value: GK13335b4b47b67fc5e49a58cc - name: OBJECTSTORE_S3_REGION value: us-west-1 - name: OBJECTSTORE_S3_USEPATH_STYLE