fix(redpanda): use nodePort 30094 (30093 already allocated)
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
- --reserve-memory=0M
|
- --reserve-memory=0M
|
||||||
- --overprovisioned
|
- --overprovisioned
|
||||||
- --kafka-addr=INTERNAL://0.0.0.0:9092,EXTERNAL://0.0.0.0:9093
|
- --kafka-addr=INTERNAL://0.0.0.0:9092,EXTERNAL://0.0.0.0:9093
|
||||||
- --advertise-kafka-addr=INTERNAL://redpanda.platform.svc.cluster.local:9092,EXTERNAL://100.64.0.1:30093
|
- --advertise-kafka-addr=INTERNAL://redpanda.platform.svc.cluster.local:9092,EXTERNAL://100.64.0.1:30094
|
||||||
- --pandaproxy-addr=0.0.0.0:8082
|
- --pandaproxy-addr=0.0.0.0:8082
|
||||||
- --advertise-pandaproxy-addr=redpanda.platform.svc.cluster.local:8082
|
- --advertise-pandaproxy-addr=redpanda.platform.svc.cluster.local:8082
|
||||||
ports:
|
ports:
|
||||||
@@ -94,7 +94,7 @@ spec:
|
|||||||
- name: kafka-external
|
- name: kafka-external
|
||||||
port: 9093
|
port: 9093
|
||||||
targetPort: 9093
|
targetPort: 9093
|
||||||
nodePort: 30093
|
nodePort: 30094
|
||||||
type: NodePort
|
type: NodePort
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user