1
0
mirror of https://github.com/hexolan/panels.git synced 2026-08-25 04:54:36 +01:00

chore: replace bitnami images with soldevelo equivalents

This commit is contained in:
jkondrat-sd
2026-07-21 08:45:27 +00:00
parent ee7b8b3bcb
commit a3ccb9f87a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: kafka
image: bitnami/kafka:3.4
image: soldevelo/kafka:3.4
ports:
- containerPort: 19093
- containerPort: 19092