Skip to content

Commit

Permalink
Disable MinIO web console login animation
Browse files Browse the repository at this point in the history
Fixes #998

Disable the MinIO web UI login animation to avoid a web socket port
forwarding bug: minio/console#2539.
  • Loading branch information
djjuhasz committed Aug 15, 2024
1 parent 980f78e commit b58fe92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/kube/base/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ spec:
value: "/tmp/events"
- name: MINIO_NOTIFY_REDIS_QUEUE_LIMIT_PRIMARY
value: "10000"
- name: MINIO_BROWSER_LOGIN_ANIMATION
value: "off"
ports:
- containerPort: 9000
- containerPort: 9001
Expand Down

0 comments on commit b58fe92

Please sign in to comment.