Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 26, 2024
1 parent 2333893 commit a99b260
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
10 changes: 5 additions & 5 deletions deploy/kind/inventory/kessel-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ stringData:
#psk:
#pre-shared-key-file: /psks.yaml
authz:
impl: kessel
kessel:
insecure-client: true
url: relationships-service.default.svc.cluster.local:9000
enable-oidc-auth: false
impl: allow-all
#kessel:
#insecure-client: true
#url: relationships-service.default.svc.cluster.local:9000
#enable-oidc-auth: false
eventing:
eventer: kafka
kafka:
Expand Down
21 changes: 14 additions & 7 deletions deploy/kind/inventory/strimzi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,30 @@ metadata:
spec:
kafka:
version: 3.8.0
replicas: 1
replicas: 3
listeners:
- name: plain
port: 9092
type: internal
tls: false
- name: tls
port: 9093
type: internal
tls: true
config:
zookeeper.connect: my-cluster-zookeeper-client.default.svc.cluster.local:2181
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
advertised.listeners: PLAINTEXT://my-cluster-kafka-bootstrap.default.svc.cluster.local:9092
storage:
type: ephemeral
zookeeper:
replicas: 1
replicas: 3
storage:
type: ephemeral
entityOperator:
topicOperator: { }
userOperator: { }

0 comments on commit a99b260

Please sign in to comment.