prod fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user