This commit is contained in:
Petrraa
2026-05-25 23:27:16 +02:00
parent 3106978fa0
commit 99b9c56615
7 changed files with 17 additions and 16 deletions

View File

@@ -32,5 +32,4 @@ spec:
volumes:
- name: postgres-data
persistentVolumeClaim:
claimName: postgres-pvc # disk koji smo rezervirali
claimName: postgres-pvc # disk koji smo rezervirali

View File

@@ -9,4 +9,4 @@ spec:
ports:
- port: 5432
targetPort: 5432
type: NodePort # dostupno samo unutar clustera
type: ClusterIP # dostupno samo unutar clustera