apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: name: harness namespace: platform annotations: cert-manager.io/cluster-issuer: letsencrypt-production spec: entryPoints: - websecure routes: - match: Host(`harness.coreworlds.io`) kind: Rule middlewares: - name: internal-only namespace: platform services: - name: harness namespace: apps port: 80 tls: secretName: harness-tls