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

@ -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