helm hlaeja device configuration
- update actuator.http - 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:
15
helm/charts/05-device-configuration/values.yaml
Normal file
15
helm/charts/05-device-configuration/values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
environment: testing
|
||||
replicas: 1
|
||||
#loadBalancerIP: 10.0.3.23
|
||||
|
||||
docker:
|
||||
registry: dockerRegistry
|
||||
image: lulz.ltd/hlaeja/hlaeja-device-configuration:0.1.0
|
||||
|
||||
secrets:
|
||||
cassandraPassword: "password"
|
||||
|
||||
config:
|
||||
profiles: testing
|
||||
cassandraContactPoints: database-cassandra
|
||||
cassandraUsername: service
|
||||
Reference in New Issue
Block a user