Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update flink connector namespace #217

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helmcharts/services/command-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 2 additions & 3 deletions helmcharts/services/command-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -331,5 +330,5 @@ serviceConfig:
namespace: spark
base_helm_chart: spark-connector-cron
flink:
namespace: flink
namespace: flink-connectors
base_helm_chart: flink-connector