feat: merge operator to flink deployment
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
high-availability.storageDir: file://{{ .Values.flink.state.ha.dir }}
|
||||
state.savepoints.dir: file://{{ .Values.flink.state.savepoints.dir }}
|
||||
state.backend.incremental: false
|
||||
rest.profiling.enabled: true
|
||||
{{- end }}
|
||||
|
||||
{{- define "flink.volumeMounts" -}}
|
||||
@@ -101,6 +102,10 @@ spec:
|
||||
name: ui
|
||||
env:
|
||||
{{- include "flink.env" . | nindent 12 }}
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
volumeMounts:
|
||||
{{- include "flink.volumeMounts" . | nindent 12 }}
|
||||
|
||||
@@ -115,6 +120,10 @@ spec:
|
||||
name: rpc
|
||||
env:
|
||||
{{- include "flink.env" . | nindent 12 }}
|
||||
- name: POD_IP
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: status.podIP
|
||||
volumeMounts:
|
||||
{{- include "flink.volumeMounts" . | nindent 12 }}
|
||||
- name: operator
|
||||
|
||||
Reference in New Issue
Block a user