fix(redpanda): use nodePort 30094 (30093 already allocated)

This commit is contained in:
Will Anderson
2026-04-04 10:37:40 -05:00
parent e325539c67
commit c66bfc2a85
+2 -2
View File
@@ -28,7 +28,7 @@ spec:
- --reserve-memory=0M
- --overprovisioned
- --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
- --advertise-pandaproxy-addr=redpanda.platform.svc.cluster.local:8082
ports:
@@ -94,7 +94,7 @@ spec:
- name: kafka-external
port: 9093
targetPort: 9093
nodePort: 30093
nodePort: 30094
type: NodePort
---
apiVersion: apps/v1