Skip to content

Commit d7d3a51

Browse files
committed
added missing port to deployment
1 parent b5be302 commit d7d3a51

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/_deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ spec:
5757
ports:
5858
- name: http
5959
containerPort: 8080
60+
- name: http-metrics
61+
containerPort: 9100
6062
readinessProbe:
6163
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
6264
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}

charts/gitops-runtime/templates/_components/cap-app-proxy/_service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spec:
1313
protocol: TCP
1414
name: http
1515
- port: 9100
16-
targetPort: http
16+
targetPort: http-metrics
1717
protocol: TCP
1818
name: http-metrics
1919
selector:
2020
{{- include "cap-app-proxy.selectorLabels" . | nindent 4 }}
21-
{{- end }}
21+
{{- end }}

0 commit comments

Comments
 (0)