I created two ingresses for Minio deployment. One for minio-api https://minio.righive.local and one for minio-ui https://minio-ui.righive.local. This is my helm values file ingress: enabled: true ingressClassName: “traefik” hostname: “minio-ui.righive.local” annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: “true” apiIngress: enabled: true ingressClassName: “traefik” hostname: “minio.righive.local” annotations:Read more
Home/Kubernetes
askthedev.com Latest Questions
Asked: September 25, 2024In: Kubernetes
I’ve been diving into Helm lately and hit a bit of a roadblock that I hope someone can help me with. So, I’m working on a chart that has a few different Kubernetes resources defined, and I want to have ...Read more