Skip to content

Commit

Permalink
changing in data-quality
Browse files Browse the repository at this point in the history
  • Loading branch information
prem0132 authored and anuj-akt committed Mar 28, 2019
1 parent b29495f commit 5b2520e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions charts/tempus/dev-values.yaml
Expand Up @@ -114,7 +114,7 @@ ingress:
# Configuration of other essential services

databaseSetup:
enabled: true
enabled: false
name: "db-setup"
image:
repository: hashmapinc/database-setup
Expand Down Expand Up @@ -216,10 +216,11 @@ dataquality:
port: 80
pdb:
minAvailable: 1
streamname: stream-name
shardid: shardId
streamname: lambda-stream
shardid: shardId-000000000000
kafka: kafka
dataqualitytopic: data-quality-topic
dataqualitytopic: data-quality-topic
tempusurl: tempus.tempus:8080

spark:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/tempus/prod-values.yaml
Expand Up @@ -22,7 +22,7 @@
replicaCount: 1

autoscaling:
enabled: true
enabled: false

annotations:
hpa.autoscaling.banzaicloud.io/minReplicas: "1"
Expand Down Expand Up @@ -127,7 +127,7 @@ nifi:
serviceType: NodePort
image:
repository: apache/nifi
tag: 1.6.0
tag: 1.6.0

zookeeper:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/tempus/templates/haf/data-quality.yaml
Expand Up @@ -51,7 +51,7 @@ data:
tempus.url: "http://{{ .Values.identity.name }}:{{ .Values.identity.service.port }}/uaa"
mqtt.host: "0.0.0.0"
mqtt.port: "1883"
tempus.url: "http://localhost:8080"
tempus.url: {{ .Values.dataquality.tempusurl }}
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 5b2520e

Please sign in to comment.