feat(helm): add web.upload.dir
This commit is contained in:
parent
96880f1886
commit
d934541bbf
@ -44,9 +44,14 @@ spec:
|
||||
rest.port: 8081
|
||||
rootLogger.level = DEBUG
|
||||
rootLogger.appenderRef.console.ref = ConsoleAppender
|
||||
web.upload.dir: /opt/flink/data/web-upload
|
||||
volumeMounts:
|
||||
- name: flink-data
|
||||
mountPath: /opt/flink/data
|
||||
subPath: data
|
||||
- name: flink-data
|
||||
mountPath: /opt/flink/web-upload
|
||||
subPath: web-upload
|
||||
- name: flink-savepoints
|
||||
mountPath: /opt/flink/savepoints
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user