From 35de5a784b9df0fc65f19fb4ffcc924a4af238ca Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 22 Dec 2024 20:26:50 +0100 Subject: [PATCH] fix(minio): ingress console redirect --- projects/homer/values/homer.yml | 2 +- projects/services/values/s3.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/projects/homer/values/homer.yml b/projects/homer/values/homer.yml index b850b3c7..17c7e5b3 100644 --- a/projects/homer/values/homer.yml +++ b/projects/homer/values/homer.yml @@ -140,7 +140,7 @@ configmap: target: "_blank" - logo: assets/png/minio.png name: MinIO - url: https://minio.dc + url: https://s3.dc target: "_blank" - logo: assets/png/google-mail.png name: Ntfy diff --git a/projects/services/values/s3.yml b/projects/services/values/s3.yml index 91e485cf..426cedf5 100644 --- a/projects/services/values/s3.yml +++ b/projects/services/values/s3.yml @@ -1,6 +1,5 @@ image: repository: quay.io/minio/minio - tag: RELEASE.2024-01-13T07-53-03Z pullPolicy: IfNotPresent ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio @@ -8,7 +7,6 @@ image: ## mcImage: repository: quay.io/minio/mc - tag: RELEASE.2024-01-13T08-44-48Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed @@ -273,6 +271,7 @@ makeBucketJob: ## Use this field to add environment variables relevant to MinIO server. These fields will be passed on to MinIO container(s) ## when Chart is deployed environment: + MINIO_BROWSER_REDIRECT_URL: "https://s3.dc" ## Please refer for comprehensive list https://min.io/docs/minio/linux/reference/minio-server/minio-server.html ## MINIO_SUBNET_LICENSE: "License key obtained from https://subnet.min.io" ## MINIO_BROWSER: "off"