Files
fastapi-postgres-gitops/manifests/database/service.yaml
2026-05-19 10:32:48 +02:00

13 lines
197 B
YAML

apiVersion: v1
kind: Service
metadata:
name: postgres-service
namespace: student-vinko004
spec:
selector:
app: postgres
ports:
- port: 5432
targetPort: 5432
type: ClusterIP