Files
Kubernetes-Manifests/gotify/postgres/postgresql-svc.yaml
2026-06-01 10:10:01 +02:00

15 lines
252 B
YAML

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