apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: well-known-werts namespace: well-known-werts annotations: haproxy-ingress.github.io/ssl-redirect: "true" spec: ingressClassName: haproxy rules: - host: werts.us http: paths: - path: /.well-known pathType: Prefix backend: service: name: well-known-werts port: number: 8000 tls: - hosts: - werts.us secretName: wildcard-tls