diff --git a/tip-wlan/values.yaml b/tip-wlan/values.yaml index fa67cb7..c53aa6e 100644 --- a/tip-wlan/values.yaml +++ b/tip-wlan/values.yaml @@ -130,6 +130,12 @@ kafka: - name: customer_events partitions: 1 replicationFactor: 1 + - name: location_metrics + partitions: 1 + replicationFactor: 1 + - name: location_events + partitions: 1 + replicationFactor: 1 creds: sslKeyPassword: *sslKeyPassword sslKeystorePassword: *sslKeystorePassword