--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: cert-manager.io/cluster-issuer: letsencrypt labels: name: ntfy spec: rules: - host: notifications.dgse.cloud http: paths: - backend: service: name: ntfy port: number: 80 path: / pathType: Prefix tls: - hosts: - notifications.dgse.cloud secretName: letsencrypt