From a4aa7fa2670d997d71bf9b6ca86cd5042f6bd4ea Mon Sep 17 00:00:00 2001 From: stavbernazport Date: Tue, 16 Jan 2024 11:40:08 +0200 Subject: [PATCH] changed default eventlistener to polling --- charts/port-k8s-exporter/Chart.yaml | 2 +- charts/port-k8s-exporter/values.yaml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/charts/port-k8s-exporter/Chart.yaml b/charts/port-k8s-exporter/Chart.yaml index b85d067..914c2f6 100644 --- a/charts/port-k8s-exporter/Chart.yaml +++ b/charts/port-k8s-exporter/Chart.yaml @@ -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: diff --git a/charts/port-k8s-exporter/values.yaml b/charts/port-k8s-exporter/values.yaml index a2a884f..455dca4 100644 --- a/charts/port-k8s-exporter/values.yaml +++ b/charts/port-k8s-exporter/values.yaml @@ -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: ""