Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
feat: remove immich-web
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Dec 5, 2023
1 parent 07bc21d commit 795bb73
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 103 deletions.
1 change: 0 additions & 1 deletion kubernetes/apps/services/immich/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ resources:
- ./microservices
- ./machine-learning
- ./typesense
- ./web
labels:
- pairs:
app.kubernetes.io/name: immich
Expand Down
15 changes: 15 additions & 0 deletions kubernetes/apps/services/immich/app/server/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ spec:
ports:
http:
port: 3001
ingress:
main:
enabled: true
ingressClassName: "external-nginx"
annotations:
external-dns.alpha.kubernetes.io/target: ingress-ext.${EXTERNAL_DOMAIN}
nignx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
hajimari.io/appName: "Immich"
hajimari.io/icon: heroicons:photo
hosts:
- host: &host "photos.${EXTERNAL_DOMAIN}"
paths:
- path: /
pathType: Prefix
persistence:
library:
enabled: true
Expand Down
92 changes: 0 additions & 92 deletions kubernetes/apps/services/immich/app/web/helmrelease.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions kubernetes/apps/services/immich/app/web/kustomization.yaml

This file was deleted.

0 comments on commit 795bb73

Please sign in to comment.