mirror of https://git.rancher.io/rke2-charts
21 lines
943 B
Diff
21 lines
943 B
Diff
--- charts-original/templates/hubble-ui/deployment.yaml
|
|
+++ charts/templates/hubble-ui/deployment.yaml
|
|
@@ -52,7 +52,7 @@
|
|
{{- end }}
|
|
containers:
|
|
- name: frontend
|
|
- image: {{ include "cilium.image" .Values.hubble.ui.frontend.image | quote }}
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.hubble.ui.frontend.image }}"
|
|
imagePullPolicy: {{ .Values.hubble.ui.frontend.image.pullPolicy }}
|
|
ports:
|
|
- name: http
|
|
@@ -88,7 +88,7 @@
|
|
{{- toYaml . | trim | nindent 10 }}
|
|
{{- end }}
|
|
- name: backend
|
|
- image: {{ include "cilium.image" .Values.hubble.ui.backend.image | quote }}
|
|
+ image: "{{ template "system_default_registry" . }}{{ include "cilium.image" .Values.hubble.ui.backend.image }}"
|
|
imagePullPolicy: {{ .Values.hubble.ui.backend.image.pullPolicy }}
|
|
env:
|
|
- name: EVENTS_SERVER_PORT
|