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:
|
||||
# Kafka
|
||||
kafka:
|
||||
image: bitnami/kafka:3.4
|
||||
image: soldevelo/kafka:3.4
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- KAFKA_CFG_NODE_ID=0
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: kafka
|
||||
image: bitnami/kafka:3.4
|
||||
image: soldevelo/kafka:3.4
|
||||
ports:
|
||||
- containerPort: 19093
|
||||
- containerPort: 19092
|
||||
|
||||
Reference in New Issue
Block a user