Files
Kubernetes-Manifests/docuseal/postgres/postgres-svc.yaml

15 lines
244 B
YAML

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