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