diff --git a/helmcharts/services/command-api/templates/configmap.yaml b/helmcharts/services/command-api/templates/configmap.yaml index 3d978fe3..be5e4eea 100644 --- a/helmcharts/services/command-api/templates/configmap.yaml +++ b/helmcharts/services/command-api/templates/configmap.yaml @@ -48,7 +48,7 @@ metadata: annotations: reflector.v1.k8s.emberstack.com/reflection-allowed: "true" reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true" - reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "flink" + reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "flink-connectors" {{- if .Values.commonAnnotations }} {{ include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }} {{- end }} diff --git a/helmcharts/services/command-api/values.yaml b/helmcharts/services/command-api/values.yaml index c4e1c9a7..aac42e4b 100644 --- a/helmcharts/services/command-api/values.yaml +++ b/helmcharts/services/command-api/values.yaml @@ -154,7 +154,6 @@ serviceConfig: - name: "Flink-Hudi-Connector" release_name: lakehouse-connector job_manager_url: "lakehouse-connector-jobmanager.{{.Values.global.flink.namespace}}.svc.cluster.local:8081" - commands: PUBLISH_DATASET: @@ -271,7 +270,7 @@ serviceConfig: brokers: "{{ .Values.global.kafka.host }}:{{ .Values.global.kafka.port }}" telemetry: topic: "system.telemetry.events" - replication_factor: 1 + replication_factor: 1 no_of_partitions: 1 helm_charts_base_dir: /app/helm-charts @@ -331,5 +330,5 @@ serviceConfig: namespace: spark base_helm_chart: spark-connector-cron flink: - namespace: flink + namespace: flink-connectors base_helm_chart: flink-connector \ No newline at end of file