Skip to content

Commit

Permalink
fix(minio): ingress console redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Dec 22, 2024
1 parent 9aaae3e commit 35de5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/homer/values/homer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions projects/services/values/s3.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
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
## client used to create a default bucket).
##
mcImage:
repository: quay.io/minio/mc
tag: RELEASE.2024-01-13T08-44-48Z
pullPolicy: IfNotPresent

## minio mode, i.e. standalone or distributed
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 35de5a7

Please sign in to comment.