diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index f02246f56..bbc24b162 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -44,7 +44,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: KUBESHARK_CLOUD_API_URL - value: 'https://api.kubeshark.co' + value: 'https://master.admin.kubeshark.co' {{- if .Values.tap.docker.overrideTag.hub }} image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.overrideTag.hub }}' {{ else }} diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 87fb5b235..48516a162 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -97,7 +97,7 @@ spec: - name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}' - name: KUBESHARK_CLOUD_API_URL - value: 'https://api.kubeshark.co' + value: 'https://master.admin.kubeshark.co' - name: PROFILING_ENABLED value: '{{ .Values.tap.misc.profile }}' resources: