feat: dodaj Kubernetes manifeste

This commit is contained in:
2026-05-19 10:24:54 +02:00
parent 2ecad4d349
commit 44f271f1a0
9 changed files with 231 additions and 0 deletions

View File

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