apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: immich-ingress namespace: immich annotations: cert-manager.io/cluster-issuer: letsencrypt-production kubernetes.io/ingress.class: nginx-external acme.cert-manager.io/http01-edit-in-place: "true" nginx.ingress.kubernetes.io/proxy-body-size: "0" nginx.ingress.kubernetes.io/proxy-read-timeout: "600" nginx.ingress.kubernetes.io/proxy-send-timeout: "600" spec: tls: - hosts: - photos.halis.io secretName: photos-halis-io-tls ingressClassName: nginx-external rules: - host: photos.halis.io http: paths: - path: / pathType: Prefix backend: service: name: immich-svc port: number: 80