fix(helm): missing checkpoint interval configuration

This commit is contained in:
Mohamad Khani 2025-01-18 01:31:53 +03:30
parent 625d5056e6
commit e32addcea5
3 changed files with 4 additions and 2 deletions

View File

@ -2,5 +2,5 @@ apiVersion: v2
name: flink-kube-operator
description: Helm chart for flink kube operator
type: application
version: 0.1.9
version: 0.1.10
appVersion: "0.1.0"

View File

@ -18,6 +18,8 @@
high-availability.type: kubernetes
kubernetes.namespace: {{ .Release.Namespace }}
kubernetes.cluster-id: cluster-one
execution.checkpointing.interval: 5min
execution.checkpointing.mode: EXACTLY_ONCE
web.upload.dir: {{ .Values.flink.state.data.dir }}/web-upload
state.checkpoints.dir: file://{{ .Values.flink.state.data.dir }}/checkpoints
state.backend.rocksdb.localdir: file://{{ .Values.flink.state.data.dir }}/rocksdb

Binary file not shown.