apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: tls-infctl-ingress-http namespace: infctl annotations: cert-manager.io/issuer: "le-cluster-issuer-http" kubernetes.io/ingress.class: "traefik" spec: tls: - hosts: - ctl.headshed.dev secretName: tls-infctl-ingress-http rules: - host: ctl.headshed.dev http: paths: - path: / pathType: Prefix backend: service: name: infctl-service port: name: web