mirror of
https://github.com/hexolan/panels.git
synced 2026-08-25 13:04:35 +01:00
chore: replace bitnami images with soldevelo equivalents
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
# Kafka
|
# Kafka
|
||||||
kafka:
|
kafka:
|
||||||
image: bitnami/kafka:3.4
|
image: soldevelo/kafka:3.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- KAFKA_CFG_NODE_ID=0
|
- KAFKA_CFG_NODE_ID=0
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: kafka
|
- name: kafka
|
||||||
image: bitnami/kafka:3.4
|
image: soldevelo/kafka:3.4
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 19093
|
- containerPort: 19093
|
||||||
- containerPort: 19092
|
- containerPort: 19092
|
||||||
|
|||||||
Reference in New Issue
Block a user