apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: cert-manager.io/cluster-issuer: letsencrypt-prod ingress.kubernetes.io/ssl-redirect: "true" name: frontend namespace: owntracks labels: app: frontend spec: rules: - host: whereis.tobru.ch http: paths: - path: / pathType: Prefix backend: service: name: frontend port: number: 80 tls: - hosts: - whereis.tobru.ch secretName: whereis-tobru-ch-cert