prod fixes

This commit is contained in:
2026-04-01 21:31:19 -04:00
parent f6f02f7698
commit e17b3bd86c
6 changed files with 34 additions and 12 deletions

View File

@@ -140,6 +140,8 @@ spec:
labels:
app: kafka
spec:
securityContext:
fsGroup: 1001
containers:
- name: kafka
image: apache/kafka:3.9.0
@@ -153,7 +155,7 @@ spec:
- -c
- |
CLUSTER_ID="dexorder-prod-cluster"
LOG_DIR="/var/lib/kafka/data"
LOG_DIR="/var/lib/kafka/data/kraft-logs"
# Ensure log directory exists
mkdir -p $LOG_DIR
@@ -240,6 +242,8 @@ spec:
key: password
- name: POSTGRES_DB
value: iceberg
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
volumeMounts:
- name: postgres-data
mountPath: /var/lib/postgresql/data