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
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -9,10 +10,10 @@ 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
|
Loading…
Reference in a new issue