fix(helm): add flink taskmanager host env to task manager
This commit is contained in:
parent
dedbe00fba
commit
89647f3b5b
@ -2,7 +2,7 @@ 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: 1.1.1
|
version: 1.1.2
|
||||||
appVersion: "0.1.1"
|
appVersion: "0.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
|
|||||||
@ -43,6 +43,10 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: {{ .Release.Name }}-flink-secrets
|
name: {{ .Release.Name }}-flink-secrets
|
||||||
key: minio_secret_key
|
key: minio_secret_key
|
||||||
|
- name: FLINK_TASKMANAGER_HOST
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.hostname
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: rocksdb-storage
|
- name: rocksdb-storage
|
||||||
mountPath: /opt/flink/rocksdb
|
mountPath: /opt/flink/rocksdb
|
||||||
|
|||||||
BIN
helm/flink-kube-operator-1.1.2.tgz
Normal file
BIN
helm/flink-kube-operator-1.1.2.tgz
Normal file
Binary file not shown.
@ -3,18 +3,18 @@ entries:
|
|||||||
flink-kube-operator:
|
flink-kube-operator:
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.1.1
|
appVersion: 0.1.1
|
||||||
created: "2025-04-13T10:37:39.948174933+03:30"
|
created: "2025-04-15T12:06:59.425538953+03:30"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 16.0.2
|
version: 16.0.2
|
||||||
description: Helm chart for flink kube operator
|
description: Helm chart for flink kube operator
|
||||||
digest: 0b5f5e707279a564ad9e6c10fb3e565ff1af0ba2058b3f4bc04546dc8db8f68c
|
digest: 2b307a113476eebb34f58308bf1d4d0d36ca5e08fe6541f369a1c231ae0a71be
|
||||||
name: flink-kube-operator
|
name: flink-kube-operator
|
||||||
type: application
|
type: application
|
||||||
urls:
|
urls:
|
||||||
- flink-kube-operator-1.1.1.tgz
|
- flink-kube-operator-1.1.2.tgz
|
||||||
version: 1.1.1
|
version: 1.1.2
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.1.1
|
appVersion: 0.1.1
|
||||||
created: "2025-04-12T23:13:39.394371646+03:30"
|
created: "2025-04-12T23:13:39.394371646+03:30"
|
||||||
@ -193,4 +193,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- flink-kube-operator-0.1.0.tgz
|
- flink-kube-operator-0.1.0.tgz
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
generated: "2025-04-13T10:37:39.928098588+03:30"
|
generated: "2025-04-15T12:06:59.397928815+03:30"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user