Skip to content

Commit

Permalink
fix kafka namespace: kafka -> seldon-mesh (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Oct 5, 2022
1 parent 895a208 commit 948fee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/yaml/seldon-v2-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ apiVersion: v1
data:
kafka.json: |-
{
"bootstrap.servers": "seldon-kafka-plain-bootstrap.kafka:9092",
"bootstrap.servers": "seldon-kafka-plain-bootstrap.seldon-mesh:9092",
"consumer":{
"session.timeout.ms":6000,
"auto.offset.reset":"earliest",
Expand Down
2 changes: 1 addition & 1 deletion scheduler/k8s/config/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
data:
kafka.json: |-
{
"bootstrap.servers": "seldon-kafka-plain-bootstrap.kafka:9092",
"bootstrap.servers": "seldon-kafka-plain-bootstrap.seldon-mesh:9092",
"consumer":{
"session.timeout.ms":6000,
"auto.offset.reset":"earliest",
Expand Down

0 comments on commit 948fee5

Please sign in to comment.