From d934541bbf9add2c3a234d7aaa41fb5e76f876d5 Mon Sep 17 00:00:00 2001 From: Mohammadreza Khani Date: Mon, 9 Dec 2024 01:29:03 +0330 Subject: [PATCH] feat(helm): add web.upload.dir --- helm/templates/flink/deploy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/templates/flink/deploy.yaml b/helm/templates/flink/deploy.yaml index f67c885..a83f9ad 100644 --- a/helm/templates/flink/deploy.yaml +++ b/helm/templates/flink/deploy.yaml @@ -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