helm hlaeja management
- add actuator.http - add http-client.env.json-dev - update helmfile.yaml - add 04-service.yaml - add 03-deployment.yaml - add 02-configmap.yaml - add 01-secret.yaml - add values.yaml - add Chart.yaml
This commit is contained in:
22
helm/charts/09-management/values.yaml
Normal file
22
helm/charts/09-management/values.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
environment: testing
|
||||
replicas: 1
|
||||
#loadBalancerIP: 10.0.3.11
|
||||
|
||||
docker:
|
||||
registry: dockerRegistry
|
||||
image: lulz.ltd/hlaeja/hlaeja-management:0.1.0
|
||||
|
||||
secrets:
|
||||
redisPassword: redisPassword
|
||||
|
||||
config:
|
||||
profiles: testing
|
||||
redis:
|
||||
database: 2
|
||||
host: database-redis-master
|
||||
accountRegistryUrl: http://account-register
|
||||
deviceRegistryUrl: http://device-register
|
||||
|
||||
jwtPublicKey:
|
||||
name: account-jwt-public-key
|
||||
filename: public_key.pem
|
||||
Reference in New Issue
Block a user