Skip to content

Commit

Permalink
fix: allow access to metrics port to monitoring stack
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Apr 2, 2024
1 parent c56c214 commit 72bd148
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@ spec:
- namespaceSelector:
matchLabels:
"kubernetes.io/metadata.name": {{ .Release.Namespace }}
ports:
- protocol: TCP
port: 8080
- from:
- namespaceSelector: {}
ports:
- protocol: TCP
port: 9010
{{- end }}

0 comments on commit 72bd148

Please sign in to comment.