fix(helm): missing checkpoint interval configuration
This commit is contained in:
parent
625d5056e6
commit
e32addcea5
@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: flink-kube-operator
|
name: flink-kube-operator
|
||||||
description: Helm chart for flink kube operator
|
description: Helm chart for flink kube operator
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
appVersion: "0.1.0"
|
appVersion: "0.1.0"
|
||||||
|
|||||||
@ -18,13 +18,15 @@
|
|||||||
high-availability.type: kubernetes
|
high-availability.type: kubernetes
|
||||||
kubernetes.namespace: {{ .Release.Namespace }}
|
kubernetes.namespace: {{ .Release.Namespace }}
|
||||||
kubernetes.cluster-id: cluster-one
|
kubernetes.cluster-id: cluster-one
|
||||||
|
execution.checkpointing.interval: 5min
|
||||||
|
execution.checkpointing.mode: EXACTLY_ONCE
|
||||||
web.upload.dir: {{ .Values.flink.state.data.dir }}/web-upload
|
web.upload.dir: {{ .Values.flink.state.data.dir }}/web-upload
|
||||||
state.checkpoints.dir: file://{{ .Values.flink.state.data.dir }}/checkpoints
|
state.checkpoints.dir: file://{{ .Values.flink.state.data.dir }}/checkpoints
|
||||||
state.backend.rocksdb.localdir: file://{{ .Values.flink.state.data.dir }}/rocksdb
|
state.backend.rocksdb.localdir: file://{{ .Values.flink.state.data.dir }}/rocksdb
|
||||||
high-availability.storageDir: file://{{ .Values.flink.state.ha.dir }}
|
high-availability.storageDir: file://{{ .Values.flink.state.ha.dir }}
|
||||||
state.savepoints.dir: file://{{ .Values.flink.state.savepoints.dir }}
|
state.savepoints.dir: file://{{ .Values.flink.state.savepoints.dir }}
|
||||||
state.backend.incremental: false
|
state.backend.incremental: false
|
||||||
rest.profiling.enabled: true
|
rest.profiling.enabled: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- define "flink.volumeMounts" -}}
|
{{- define "flink.volumeMounts" -}}
|
||||||
|
|||||||
BIN
helm/flink-kube-operator-0.1.10.tgz
Normal file
BIN
helm/flink-kube-operator-0.1.10.tgz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user