Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Discussion options

You must be logged in to vote

Hi,

Found out I was pointing to the wrong svc (confused by all of the examples pointing to port 9000), here are the right ingressRoutes:

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
  name: traefik-minioapi-websecure
  namespace: urbaminio
spec:
  entryPoints:
    - websecure
  routes:
    - kind: Rule
      match: Host(`minioapi.domain.com`)
      services:
        - name: minio
          port: 433
          serversTransport: traefik-minioapi-transport
      middlewares:
        - name: traefik-minioapi-security
  tls:
    secretName: minioapi-urbaman
    options:
      name: traefik-minioapi-tlsoptions
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by urbaman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant