mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 23:34:45 +00:00
switched back to api.kubeshark.co as the cloud API server
This commit is contained in:
parent
cddccd58fa
commit
b9296d7849
@ -44,7 +44,7 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: KUBESHARK_CLOUD_API_URL
|
- name: KUBESHARK_CLOUD_API_URL
|
||||||
value: 'https://master.admin.kubeshark.co'
|
value: 'https://api.kubeshark.co'
|
||||||
{{- if .Values.tap.docker.overrideTag.hub }}
|
{{- if .Values.tap.docker.overrideTag.hub }}
|
||||||
image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.overrideTag.hub }}'
|
image: '{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.overrideTag.hub }}'
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
@ -97,7 +97,7 @@ spec:
|
|||||||
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
|
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
|
||||||
value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}'
|
value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}'
|
||||||
- name: KUBESHARK_CLOUD_API_URL
|
- name: KUBESHARK_CLOUD_API_URL
|
||||||
value: 'https://master.admin.kubeshark.co'
|
value: 'https://api.kubeshark.co'
|
||||||
- name: PROFILING_ENABLED
|
- name: PROFILING_ENABLED
|
||||||
value: '{{ .Values.tap.misc.profile }}'
|
value: '{{ .Values.tap.misc.profile }}'
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user