fix(helm): wrong flink checkpoint and savepoint dirs config
This commit is contained in:
parent
f06a391359
commit
3912ecef44
@ -45,6 +45,7 @@ spec:
|
|||||||
rootLogger.level = DEBUG
|
rootLogger.level = DEBUG
|
||||||
rootLogger.appenderRef.console.ref = ConsoleAppender
|
rootLogger.appenderRef.console.ref = ConsoleAppender
|
||||||
web.upload.dir: /opt/flink/data/web-upload
|
web.upload.dir: /opt/flink/data/web-upload
|
||||||
|
state.checkpoints.dir: file:///tmp/flink-checkpoints
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: flink-data
|
- name: flink-data
|
||||||
mountPath: /opt/flink/data
|
mountPath: /opt/flink/data
|
||||||
|
|||||||
@ -125,7 +125,7 @@ flink:
|
|||||||
state:
|
state:
|
||||||
backend: rocksdb # Use RocksDB for state backend
|
backend: rocksdb # Use RocksDB for state backend
|
||||||
savepoints:
|
savepoints:
|
||||||
dir: "/opt/flink/savepoints" # Directory to store savepoints
|
dir: "file:///opt/flink/savepoints" # Directory to store savepoints
|
||||||
pvcName: flink-savepoints-pvc # PVC for savepoints persistence
|
pvcName: flink-savepoints-pvc # PVC for savepoints persistence
|
||||||
|
|
||||||
taskManager:
|
taskManager:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user