k8s hlaeja account registry

This commit is contained in:
2025-07-22 16:03:32 +02:00
committed by swordsteel
parent 91eef1911f
commit 203acf6a76
7 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: account-register
namespace: hlaeja
labels:
app: account-register
environment: testing
tier: backend
data:
SPRING_PROFILES_ACTIVE: "testing"
SPRING_R2DBC_URL: "r2dbc:postgresql://postgres:5432/account_registry"
SPRING_R2DBC_USERNAME: "services"
JWT_PRIVATE_KEY: "cert/private_key.pem"