Skip to content

Commit

Permalink
attempt to connect without tls
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley committed Aug 12, 2024
1 parent ea6f76b commit 2e7ac20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions kubernetes/manifests/apps/data/benthos-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ resources:
output:
kafka:
tls:
enabled: true
skip_cert_verify: true
addresses: ["redpanda.data.svc.cluster.local:9093"]
enabled: false
addresses: ["redpanda.data.svc.cluster.local:9092"]
topic: "test-topic"
sasl:
mechanism: SCRAM-SHA-256
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/apps/data/redpanda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ helm:

values:
tls:
enabled: true
enabled: false
statefulset:
replicas: 1
console:
Expand Down

0 comments on commit 2e7ac20

Please sign in to comment.