This commit is contained in:
ITO Mac
2026-06-08 21:32:34 +02:00
parent f8392b3d23
commit 8a2315c9b3
9 changed files with 180 additions and 0 deletions

13
database/service.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: postgres-service
namespace: student-blazp04
spec:
selector:
app: postgres
ports:
- port: 5432
targetPort: 5432
type: ClusterIP