2024-05-28 08:53:28 -05:00
|
|
|
---
|
2024-04-15 12:42:43 -05:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
postgres-operator.crunchydata.com/cluster: immich
|
|
|
|
postgres-operator.crunchydata.com/role: primary
|
|
|
|
name: immich-primary-real
|
|
|
|
namespace: media
|
|
|
|
spec:
|
|
|
|
internalTrafficPolicy: Cluster
|
|
|
|
ports:
|
2024-05-28 08:53:28 -05:00
|
|
|
- name: postgres
|
|
|
|
port: 5432
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: postgres
|
2024-04-15 12:42:43 -05:00
|
|
|
selector:
|
|
|
|
postgres-operator.crunchydata.com/cluster: immich
|
|
|
|
postgres-operator.crunchydata.com/role: master
|
2024-05-28 08:53:28 -05:00
|
|
|
type: ClusterIP
|