Skip to content

Commit 914b970

Browse files
committed
config: remove kafka property
1 parent a517464 commit 914b970

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

templates/configmap.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ data:
210210
dcache.zookeeper.connection={{ $.Values.zookeeper.servers }}
211211
{{- end}}
212212

213-
{{- if .Values.kafka.enabled}}
214-
dcache.kafka.bootstrap-servers={{ $.Values.kafka.bootstrap_servers }}
215-
dcache.enable.kafka = true
216-
{{- end}}
217213
dcache.layout=dcache-k8s
218214
dcache.enable.overwrite = true
219215
#webdav.redirect.allow-https=false

values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ zookeeper:
6262
# connection string to external zookeeper servers
6363
servers: cells-zookeeper:2181
6464

65-
kafka:
66-
enabled: true
67-
bootstrap_servers: billing-kafka:9092
68-
6965
# liveness, readiness and startup probes
7066

7167
# dCache containers' liveness probe.

0 commit comments

Comments
 (0)