chore: remove uneeded cluster configuration for redpanda
This commit is contained in:
parent
709294ed2f
commit
4bb4452921
|
@ -4,4 +4,4 @@ WORKDIR /
|
||||||
|
|
||||||
RUN mkdir -p /var/lib/redpanda/data/
|
RUN mkdir -p /var/lib/redpanda/data/
|
||||||
|
|
||||||
CMD ["redpanda", "start", "--smp 1", "--memory 1G", "--reserve-memory 0M", "--overprovisioned", "--node-id 0", "--check=false", "--pandaproxy-addr PLAINTEXT://redpanda:8082,OUTSIDE://localhost:8082", "--advertise-pandaproxy-addr PLAINTEXT://redpanda:8082,OUTSIDE://0.0.0.0:8082", "--kafka-addr PLAINTEXT://redpanda:9092,OUTSIDE://localhost:9092", "--rpc-addr 0.0.0.0:33145", "--advertise-kafka-addr PLAINTEXT://redpanda:9092,OUTSIDE://0.0.0.0:9092", "--advertise-rpc-addr redpanda:33145"]
|
CMD ["redpanda", "start", "--smp 1", "--memory 1G", "--reserve-memory 0M", "--overprovisioned", "--node-id 0", "--check=false"]
|
||||||
|
|
|
@ -5,7 +5,7 @@ How to use this image:
|
||||||
jobs:
|
jobs:
|
||||||
job_name:
|
job_name:
|
||||||
services:
|
services:
|
||||||
redpanda: # YES, the name MUST BE "redpanda"
|
redpanda:
|
||||||
image: ghcr.io/aldy505/redpanda-ci:latest
|
image: ghcr.io/aldy505/redpanda-ci:latest
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "rpk cluster health"
|
--health-cmd "rpk cluster health"
|
||||||
|
|
Loading…
Reference in New Issue