Files
hlaeja-development/helm/charts/01-secrets/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

32 lines
912 B
YAML

namespace: hlaeja-testing
environment: testing
secrets:
# Look at /doc/k8s-docker-registry.md to make these values
dockerRegistry:
# - name: dockerRegistry
# dockerRegistryConfigJson: DockerRegistryBase64==
# Look at /doc/rsa_key.md to make these values (we use rsa so and need a public and privet key)
jwt:
# - name: account-jwt-private-key
# app: account-register
# tier: backend
# jwtFilename: private_key.pem
# jwtFile: AccountJwtPrivateKeyFileBase64==
# - name: account-jwt-public-key
# app: account-register
# tier: frontend
# jwtFilename: private_key.pem
# jwtFile: AccountJwtPublicKeyFileBase64==
# Look at /doc/keystore.md to make these values
keystore:
# - name: keystore-service
# app: account-register
# tier: backend
# keystoreFile: ServiceKeystoreFileBase64==
# keystorePassword: ServiceKeystorePassword