apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-routes annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" spec: tls: - hosts: #change to your domain - k8s.technical.kiwi secretName: tls-secret rules: #change yourdomain.com to your domain - host: k8s.technical.kiwi http: paths: - path: / pathType: Prefix backend: service: name: webserver-svc port: number: 80