Files
team-planner/k8s/postgres-service.yaml
vigdorov 85c4a36e17
Some checks reported errors
continuous-integration/drone/push Build was killed
add deploy
2025-12-31 09:50:51 +03:00

13 lines
181 B
YAML

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