File tree 2 files changed +4
-4
lines changed
deploy/manifests/controller/helm/retina/templates
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
{{- end}}
61
61
{{- end}}
62
62
ports :
63
- - name : http
63
+ - name : retina
64
64
containerPort : {{ .Values.retinaPort }}
65
65
resources :
66
66
limits :
@@ -149,8 +149,8 @@ spec:
149
149
- name : retinawin
150
150
image : {{ .Values.image.repository }}:{{ .Values.image.tag }}
151
151
ports :
152
- - name : http
153
- containerPort : {{ .Values.retinaPort }}
152
+ - name : retina
153
+ containerPort : {{ .Values.retinaPort }}
154
154
command :
155
155
- powershell.exe
156
156
- -command
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
{{- end }}
12
12
spec :
13
13
podMetricsEndpoints :
14
- - port : http
14
+ - port : retina
15
15
path : /metrics
16
16
{{- if .Values.metrics.podMonitor.interval }}
17
17
interval : {{ .Values.metrics.podMonitor.interval }}
You can’t perform that action at this time.
0 commit comments