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.appenderRef.console.ref = ConsoleAppender
|
||||
web.upload.dir: /opt/flink/data/web-upload
|
||||
state.checkpoints.dir: file:///tmp/flink-checkpoints
|
||||
volumeMounts:
|
||||
- name: flink-data
|
||||
mountPath: /opt/flink/data
|
||||
|
||||
@ -125,7 +125,7 @@ flink:
|
||||
state:
|
||||
backend: rocksdb # Use RocksDB for state backend
|
||||
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
|
||||
|
||||
taskManager:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user