You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2022/09/21 04:07:16 UTC

[flink-kubernetes-operator] branch main updated: [hotfix] Remove strange configs from helm defaults

This is an automated email from the ASF dual-hosted git repository.

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new c84f923f [hotfix] Remove strange configs from helm defaults
c84f923f is described below

commit c84f923ff5da82fa7120298e2b2c5fafcfa31ed2
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Wed Sep 21 06:07:10 2022 +0200

    [hotfix] Remove strange configs from helm defaults
---
 helm/flink-kubernetes-operator/conf/flink-conf.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/helm/flink-kubernetes-operator/conf/flink-conf.yaml b/helm/flink-kubernetes-operator/conf/flink-conf.yaml
index be6a85c9..b310cd6e 100644
--- a/helm/flink-kubernetes-operator/conf/flink-conf.yaml
+++ b/helm/flink-kubernetes-operator/conf/flink-conf.yaml
@@ -18,12 +18,6 @@
 
 # Flink job/cluster related configs
 taskmanager.numberOfTaskSlots: 2
-blob.server.port: 6124
-jobmanager.rpc.port: 6123
-taskmanager.rpc.port: 6122
-queryable-state.proxy.ports: 6125
-jobmanager.memory.process.size: 1600m
-taskmanager.memory.process.size: 1728m
 parallelism.default: 2
 
 # Flink operator related configs