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

12 lines
191 B
YAML

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