Files
fastapi-postgres-gitops/manifests/database/service.yaml

12 lines
194 B
YAML

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