re-add immich when nvidia is supported with zfs on talos

This commit is contained in:
Joseph Hanson 2024-05-28 08:53:28 -05:00
parent c944593ed9
commit c8ea468495
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
16 changed files with 14 additions and 13 deletions

View file

@ -13,4 +13,4 @@ data:
REDIS_PORT: "6379" REDIS_PORT: "6379"
IMMICH_WEB_URL: http://immich-web.media.svc.cluster.local:3000 IMMICH_WEB_URL: http://immich-web.media.svc.cluster.local:3000
IMMICH_SERVER_URL: http://immich-server.media.svc.cluster.local:3001 IMMICH_SERVER_URL: http://immich-server.media.svc.cluster.local:3001
IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning.media.svc.cluster.local:3003 IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning.media.svc.cluster.local:3003

View file

@ -18,4 +18,4 @@ data:
conditions: conditions:
- "[CONNECTED] == true" - "[CONNECTED] == true"
alerts: alerts:
- type: pushover - type: pushover

View file

@ -79,4 +79,4 @@ spec:
- path: /usr/src/app/upload - path: /usr/src/app/upload
cache: cache:
enabled: true enabled: true
type: emptyDir type: emptyDir

View file

@ -8,4 +8,4 @@ labels:
app.kubernetes.io/instance: immich-machine-learning app.kubernetes.io/instance: immich-machine-learning
app.kubernetes.io/part-of: immich app.kubernetes.io/part-of: immich
resources: resources:
- ./helmrelease.yaml - ./helmrelease.yaml

View file

@ -77,4 +77,4 @@ spec:
server: 10.1.1.13 server: 10.1.1.13
path: /eru/media/immich path: /eru/media/immich
globalMounts: globalMounts:
- path: /usr/src/app/upload - path: /usr/src/app/upload

View file

@ -8,4 +8,4 @@ labels:
app.kubernetes.io/instance: immich-microservices app.kubernetes.io/instance: immich-microservices
app.kubernetes.io/part-of: immich app.kubernetes.io/part-of: immich
resources: resources:
- ./helmrelease.yaml - ./helmrelease.yaml

View file

@ -37,4 +37,4 @@ spec:
secretKey: port secretKey: port
remoteRef: remoteRef:
remoteKey: immich remoteKey: immich
property: DATABASE_PORT property: DATABASE_PORT

View file

@ -1,4 +1,4 @@
\c immich\\ \c immich\\
CREATE EXTENSION vector; CREATE EXTENSION vector;
CREATE EXTENSION cube; CREATE EXTENSION cube;
CREATE EXTENSION earthdistance; CREATE EXTENSION earthdistance;

View file

@ -1,3 +1,4 @@
---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
@ -9,11 +10,11 @@ metadata:
spec: spec:
internalTrafficPolicy: Cluster internalTrafficPolicy: Cluster
ports: ports:
- name: postgres - name: postgres
port: 5432 port: 5432
protocol: TCP protocol: TCP
targetPort: postgres targetPort: postgres
selector: selector:
postgres-operator.crunchydata.com/cluster: immich postgres-operator.crunchydata.com/cluster: immich
postgres-operator.crunchydata.com/role: master postgres-operator.crunchydata.com/role: master
type: ClusterIP type: ClusterIP