feat(secrets): add sealed secret for PostgreSQL credentials

This commit is contained in:
Janis Eccarius
2026-05-30 14:48:18 +02:00
parent 2d0c02b5e2
commit c530ee493b
7 changed files with 84 additions and 38 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: postgres
namespace: postgres
spec:
selector:
app: postgres
ports:
- port: 5432
targetPort: 5432