Skip to content

Commit e2bde6a

Browse files
authored
Apply suggestions from code review
Signed-off-by: Zadkiel Aharonian <[email protected]>
1 parent f539e34 commit e2bde6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/manifests/controller/helm/retina/templates/daemonset.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
{{- end}}
6161
{{- end}}
6262
ports:
63-
- name: http
63+
- name: retina
6464
containerPort: {{ .Values.retinaPort }}
6565
resources:
6666
limits:
@@ -149,8 +149,8 @@ spec:
149149
- name: retinawin
150150
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
151151
ports:
152-
- name: http
153-
containerPort: {{ .Values.retinaPort }}
152+
- name: retina
153+
containerPort: {{ .Values.retinaPort }}
154154
command:
155155
- powershell.exe
156156
- -command

deploy/manifests/controller/helm/retina/templates/podmonitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
{{- end }}
1212
spec:
1313
podMetricsEndpoints:
14-
- port: http
14+
- port: retina
1515
path: /metrics
1616
{{- if .Values.metrics.podMonitor.interval }}
1717
interval: {{ .Values.metrics.podMonitor.interval }}

0 commit comments

Comments
 (0)