46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
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==
|
|
|