fix(minio): ingress console redirect

This commit is contained in:
nold 2024-12-22 20:26:50 +01:00
parent 9aaae3eac6
commit 35de5a784b
2 changed files with 2 additions and 3 deletions

View file

@ -140,7 +140,7 @@ configmap:
target: "_blank" target: "_blank"
- logo: assets/png/minio.png - logo: assets/png/minio.png
name: MinIO name: MinIO
url: https://minio.dc url: https://s3.dc
target: "_blank" target: "_blank"
- logo: assets/png/google-mail.png - logo: assets/png/google-mail.png
name: Ntfy name: Ntfy

View file

@ -1,6 +1,5 @@
image: image:
repository: quay.io/minio/minio repository: quay.io/minio/minio
tag: RELEASE.2024-01-13T07-53-03Z
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
@ -8,7 +7,6 @@ image:
## ##
mcImage: mcImage:
repository: quay.io/minio/mc repository: quay.io/minio/mc
tag: RELEASE.2024-01-13T08-44-48Z
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## minio mode, i.e. standalone or distributed ## 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) ## 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 ## when Chart is deployed
environment: 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 ## 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_SUBNET_LICENSE: "License key obtained from https://subnet.min.io"
## MINIO_BROWSER: "off" ## MINIO_BROWSER: "off"