helm hlaeja device api
- 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 keystore - add values.yaml - add Chart.yaml
This commit is contained in:
26
helm/charts/07-device-api/values.yaml
Normal file
26
helm/charts/07-device-api/values.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
environment: testing
|
||||
replicas: 1
|
||||
#loadBalancerIP: 10.0.3.12
|
||||
|
||||
docker:
|
||||
registry: dockerRegistry
|
||||
image: lulz.ltd/hlaeja/hlaeja-device-api:0.1.0
|
||||
|
||||
secrets:
|
||||
redisPassword: redisPassword
|
||||
|
||||
config:
|
||||
profiles: testing
|
||||
redis:
|
||||
database: 1
|
||||
host: database-redis-master
|
||||
deviceConfigurationUrl: http://device-configuration
|
||||
deviceDataUrl: http://device-data
|
||||
deviceRegistryUrl: http://device-register
|
||||
|
||||
jwtPublicKey:
|
||||
name: device-jwt-public-key
|
||||
filename: public_key.pem
|
||||
|
||||
|
||||
keystoreRef: device-api-keystore
|
||||
Reference in New Issue
Block a user