feat(k8s/lubelogger): migrate to Helm + PostgreSQL with OIDC

This commit is contained in:
2026-03-12 19:29:14 +02:00
parent 5d0e50b39b
commit bd155efe9d
17 changed files with 692 additions and 152 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: lubelogger-db
namespace: lubelogger
spec:
clusterIP: None
selector:
app: lubelogger-db
ports:
- port: 5432
targetPort: 5432