Skip to content

Commit

Permalink
Merge pull request #77 from port-labs/change-default-port-k8s-polling
Browse files Browse the repository at this point in the history
changed default eventlistener to polling
  • Loading branch information
stavbernazport authored Jan 16, 2024
2 parents 6b779fa + a4aa7fa commit b408c8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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.11
version: 0.2.12
appVersion: "0.2.10"
home: https://getport.io/
sources:
Expand Down
13 changes: 6 additions & 7 deletions charts/port-k8s-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ nameOverride: ""
fullnameOverride: ""

eventListener:
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"
# type: "POLLING"
# pollingRate: 60

type: "POLLING"
pollingRate: 60
# 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"
secret:
annotations: {}
name: ""
Expand Down

0 comments on commit b408c8c

Please sign in to comment.