Skip to content

Commit

Permalink
Merge pull request #84 from port-labs/PORT-6437-change-default-broker…
Browse files Browse the repository at this point in the history
…-for-k-8-s-exporter
  • Loading branch information
yairsimantov20 authored Feb 4, 2024
2 parents 39b58de + f6da27c commit c4f332b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/port-k8s-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-k8s-exporter
description: A Helm chart for Port Kubernetes Exporter
type: application
version: 0.2.13
version: 0.2.14
appVersion: "0.2.11"
home: https://getport.io/
sources:
Expand Down
7 changes: 4 additions & 3 deletions charts/port-k8s-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ fullnameOverride: ""
eventListener:
type: "POLLING"
pollingRate: 60
# ---- KAFKA CONFIGURATION ----
# type: "KAFKA"
# 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"
# securityProtocol: "SASL_SSL"
# authenticationMechanism: "SCRAM-SHA-512"
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"
securityProtocol: "SASL_SSL"
authenticationMechanism: "SCRAM-SHA-512"
secret:
annotations: {}
name: ""
Expand Down

0 comments on commit c4f332b

Please sign in to comment.