re-add immich when nvidia is supported with zfs on talos
This commit is contained in:
parent
c944593ed9
commit
c8ea468495
16 changed files with 14 additions and 13 deletions
|
@ -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
|
|
@ -18,4 +18,4 @@ data:
|
||||||
conditions:
|
conditions:
|
||||||
- "[CONNECTED] == true"
|
- "[CONNECTED] == true"
|
||||||
alerts:
|
alerts:
|
||||||
- type: pushover
|
- type: pushover
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -37,4 +37,4 @@ spec:
|
||||||
secretKey: port
|
secretKey: port
|
||||||
remoteRef:
|
remoteRef:
|
||||||
remoteKey: immich
|
remoteKey: immich
|
||||||
property: DATABASE_PORT
|
property: DATABASE_PORT
|
|
@ -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;
|
|
@ -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
|
Loading…
Reference in a new issue