- update actuator.http - update helmfile.yaml - add 03-service.yaml - add 02-deployment.yaml - add 01-configmap.yaml - update 01 secret values.yaml with keystore - add values.yaml - add Chart.yaml
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
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==
|
|
# - name: device-jwt-private-key
|
|
# app: device-register
|
|
# tier: backend
|
|
# jwtFilename: private_key.pem
|
|
# jwtFile: DeviceJwtPrivateKeyFileBase64==
|
|
# - name: device-jwt-public-key
|
|
# app: device-register
|
|
# tier: frontend
|
|
# jwtFilename: private_key.pem
|
|
# jwtFile: DeviceJwtPublicKeyFileBase64==
|
|
|
|
# Look at /doc/keystore.md to make these values
|
|
keystore:
|
|
# - name: device-api-keystore
|
|
# app: device-api
|
|
# tier: frontend
|
|
# keystorePassword: ServiceKeystorePassword
|
|
# keystoreFile: ServiceKeystoreFileBase64==
|
|
# - name: registry-api-keystore
|
|
# app: registry-api
|
|
# tier: frontend
|
|
# keystorePassword: ServiceKeystorePassword
|
|
# keystoreFile: ServiceKeystoreFileBase64==
|
|
|