diff --git a/apps/immich/ingress.yaml b/apps/immich/ingress.yaml deleted file mode 100644 index 4aed358..0000000 --- a/apps/immich/ingress.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - namespace: immich - name: immich - annotations: - cert-manager.io/cluster-issuer: letsencrypt - nginx.org/client-max-body-size: "0" -spec: - ingressClassName: nginx - rules: - - host: immich.lumpiasty.xyz - http: - paths: - - backend: - service: - name: immich-server - port: - number: 2283 - path: / - pathType: Prefix - tls: - - hosts: - - immich.lumpiasty.xyz - secretName: immich-ingress diff --git a/apps/immich/kustomization.yaml b/apps/immich/kustomization.yaml index 2df4638..7ccc629 100644 --- a/apps/immich/kustomization.yaml +++ b/apps/immich/kustomization.yaml @@ -7,4 +7,3 @@ resources: - postgres-password.yaml - postgres-cluster.yaml - release.yaml - - ingress.yaml diff --git a/apps/immich/release.yaml b/apps/immich/release.yaml index 1288eb2..e73b730 100644 --- a/apps/immich/release.yaml +++ b/apps/immich/release.yaml @@ -53,12 +53,11 @@ spec: enabled: true ingress: - # Ingress definition is broken in chart (reference to wrong port value) - # Supplying our own separate ingress.yaml - enabled: false + enabled: true className: nginx annotations: cert-manager.io/cluster-issuer: letsencrypt + nginx.org/client-max-body-size: "0" hosts: - host: immich.lumpiasty.xyz paths: