From b9f1c376af69230a90ec849f90487236b312c36e Mon Sep 17 00:00:00 2001 From: rasmus Date: Sat, 3 Feb 2024 12:07:45 +0200 Subject: [PATCH] Revert "nextcloud: use DNS for minio" This reverts commit 290d1176fefeea0011713fddde6f35e2c5615252. --- nextcloud/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/application.yaml b/nextcloud/application.yaml index ea05dca..464f333 100644 --- a/nextcloud/application.yaml +++ b/nextcloud/application.yaml @@ -109,7 +109,7 @@ 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: external.minio-clusters.k-space.ee + value: 172.20.9.2 - name: OBJECTSTORE_S3_PORT value: "9000" - name: OBJECTSTORE_S3_BUCKET