Files
Kubernetes-Manifests/immich/postgres/immich-postgres-service.yaml

14 lines
251 B
YAML

apiVersion: v1
kind: Service
metadata:
name: immich-postgresql
namespace: immich
spec:
selector:
app: immich-postgresql
type: ClusterIP
ports:
- name: immich-postgresql-port
protocol: TCP
port: 5432
targetPort: 5432