Files
hlaeja-development/helm/charts/03-account-registry/values.yaml
Swordsteel 6c906ec522 helm hlaeja account registry
- update actuator.http
- update helmfile.yaml
- add 04-service.yaml
- add 03-deployment.yaml
- add 02-configmap.yaml
- add 01-secret.yaml
- update 01 secret values.yaml with jwt
- add values.yaml
- add Chart.yaml
2025-07-28 11:37:04 +02:00

20 lines
392 B
YAML

environment: testing
replicas: 1
#loadBalancerIP: 10.0.3.21
docker:
registry: dockerRegistry
image: lulz.ltd/hlaeja/hlaeja-account-registry:0.1.0
secrets:
r2dbcPassword: "password"
config:
profiles: testing
r2dbcUrl: r2dbc:postgresql://database-postgresql:5432/account_registry
r2dbcUsername: services
jwtPrivetKey:
name: account-jwt-private-key
filename: private_key.pem