Completed PostGreSQL support for staging and production

This commit is contained in:
Teodor
2026-05-08 17:46:14 +02:00
parent 0706172e5e
commit 18a20c77a7
3 changed files with 169 additions and 57 deletions

View File

@@ -26,11 +26,11 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: postgres
name: postgres-service
namespace: prod
spec:
selector:
app: postgres-service
app: postgres
ports:
- port: 5432
targetPort: 5432