Skip to content

Commit c4f332b

Browse files
Merge pull request #84 from port-labs/PORT-6437-change-default-broker-for-k-8-s-exporter
2 parents 39b58de + f6da27c commit c4f332b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/port-k8s-exporter/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: port-k8s-exporter
33
description: A Helm chart for Port Kubernetes Exporter
44
type: application
5-
version: 0.2.13
5+
version: 0.2.14
66
appVersion: "0.2.11"
77
home: https://getport.io/
88
sources:

charts/port-k8s-exporter/values.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ fullnameOverride: ""
2020
eventListener:
2121
type: "POLLING"
2222
pollingRate: 60
23+
# ---- KAFKA CONFIGURATION ----
2324
# type: "KAFKA"
24-
# brokers: "b-1-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-2-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-3-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196"
25-
# securityProtocol: "SASL_SSL"
26-
# authenticationMechanism: "SCRAM-SHA-512"
25+
brokers: "b-1-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-2-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-3-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196"
26+
securityProtocol: "SASL_SSL"
27+
authenticationMechanism: "SCRAM-SHA-512"
2728
secret:
2829
annotations: {}
2930
name: ""

0 commit comments

Comments
 (0)