Sam Sundar
Sam Sundar
Hey @harshavardhana, I did try it as mentioned in here `https://github.com/minio/minio#things-to-consider`. But still no luck. PFB screenshot of my deployment file. Can you please let me know what i'm missing...
Hey @harshavardhana, I'm on latest version of MinIO, used the latest tag from both docker and quay.io, still same .. No Luck..
Also @harshavardhana, With NodePort i'm able to access, just behind ingress getting this weird issue where favicon is loading, but the app is not. 😬
Thanks a lot @harshavardhana, If possible, can you try to reproduce on Kubernetes and ingress ? Or with subpath on compose and Nginx. Since, main domain will reach out to...
Hey, We aren't using Nginx, we are using contour ingress and I don't think Nginx ingress also has something like `rewrite_rules`
minio api is on 9000 and console is on 9001, you can run like below ``` docker run -d -p 9000:9000 -p 9001:9001 --name minioadmin.docker --hostname minioadmin.docker -e VIRTUAL_HOST=yourhost.domain.tld -e...
serverless create-domain results in "unable to create domain..." no matter what domain was supplied.
Adding the `certificateArn` to custom domain and also adding `region` to provider solved the issue.
serverless create-domain results in "unable to create domain..." no matter what domain was supplied.
> customDomain: > domainName: 'your domain' > basePath: 'v1' > stage: ${self:provider.stage} > certificateName: 'your domain' > createRoute53Record: true > > Above configuration only helped to create the custom domain...
Hey @OscarVanL, Can you share your scrape config ? I too have similar issue, where `/probe` is not being scrapped and instead `/metrics` is being scraped which is nothing but...
Hey @OscarVanL , i tried this and still it didn't work. Attaching one more issue link below, please point me where i'm making the mistake ? https://github.com/prometheus/mysqld_exporter/issues/812