-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use MINIO_BROWSER_REDIRECT_URL for ui subpath in k8s #3250
Comments
@pycgo please try defining the path like |
No use, open the webpage and a minio icon will pop up, then it will be blank |
I used the document you provided to test it, no use apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$2
nginx.ingress.kubernetes.io/use-regex: "true"
generation: 1
name: minio
spec:
ingressClassName: nginx
rules:
- host: oss.test.com
http:
paths:
- backend:
service:
name: minio
port:
number: 9001
path: /minio-console(/|$)(.*)
pathType: ImplementationSpecific |
@pycgo did you try?:
|
yes,This configuration is already present in the yaml configuration of the question I raised |
@pycgo you need to define This is the documentation about MINIO_SERVER_URL |
Closing this for now, let us know how it goes |
ingress
k8s sts yaml for minio
why http://oss.test.com/minio-console not work? can anyone help me give some suggestion
Your Environment
minio --version
):uname -a
):The text was updated successfully, but these errors were encountered: