Skip to content

Commit 5bb89b8

Browse files
committed
feat: add http-metrics port to cap-app-proxy service for monitoring
1 parent 68ca017 commit 5bb89b8

File tree

1 file changed

+4
-0
lines changed
  • charts/gitops-runtime/templates/_components/cap-app-proxy

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ spec:
1212
targetPort: http
1313
protocol: TCP
1414
name: http
15+
- port: 9100
16+
targetPort: http
17+
protocol: TCP
18+
name: http-metrics
1519
selector:
1620
{{- include "cap-app-proxy.selectorLabels" . | nindent 4 }}
1721
{{- end }}

0 commit comments

Comments
 (0)