helm secrets

- add docker registry config
   - update values.yaml with values from 03-keystore.yaml
   - add 03-keystore.yaml
- add docker registry config
   - update values.yaml with values from 02-json-web-token.yaml
   - add 02-json-web-token.yaml
- add docker registry config
   - update values.yaml with values from 01-docker-registry.yaml
   - add 01-docker-registry.yaml
   - update kube/01-initialize/02-registry-secret.yaml
   - extract docker registry /doc/k8s-testing.md to doc/k8s-docker-registry.md
- add values.yaml
- add Chart.yaml
- add helmfile.yaml
This commit is contained in:
2025-07-26 14:34:44 +02:00
committed by swordsteel
parent 8ead30676a
commit cecdb1a627
9 changed files with 121 additions and 39 deletions

View File

@@ -0,0 +1,26 @@
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: jwt-key
# app: jwt-service
# tier: backend
# jwtFilename: jwt_key.pem
# jwtFile: JwtKeyFileBase64==
# Look at /doc/keystore.md to make these values
keystore:
# - name: keystore-service
# app: account-register
# tier: backend
# keystoreFile: ServiceKeystoreFileBase64==
# keystorePassword: ServiceKeystorePassword