# dev-k8s cluster confirmed to have a `letsencrypt-staging` ClusterIssuer # already (no `letsencrypt-prod` exists there) - staging avoids burning # Let's Encrypt's real rate limits while this is still being stood up. # vncmail.sandbox.vnc.de DNS does not point here yet either - this is the # intended host, not a live one (see VNCMAIL-SETUP.md for what's still open). apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: vncmail-plus annotations: cert-manager.io/cluster-issuer: letsencrypt-staging spec: tls: - hosts: - vncmail.sandbox.vnc.de secretName: vncmail-plus-tls rules: - host: vncmail.sandbox.vnc.de http: paths: - path: / pathType: Prefix backend: service: name: vncmail-plus port: number: 80