apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: notify-push namespace: nextcloud annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure spec: ingressClassName: traefik tls: - hosts: - nextcloud.immich-ad.ovh secretName: nextcloud-tls rules: - host: nextcloud.immich-ad.ovh http: paths: - path: /push pathType: Prefix backend: service: name: notify-push port: number: 7867