Skip to content

Commit

Permalink
Servicemonitor (#10)
Browse files Browse the repository at this point in the history
* fix indentation

---------
Co-authored-by: Mahsa <[email protected]>
  • Loading branch information
divergentluna authored Feb 27, 2024
1 parent 4cd291b commit 589de48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/harbor-client/charts/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
selector:
matchLabels:
{{- include "snappcloud-harbor-client.selectorLabels" . | nindent 4 }}
{{- include "snappcloud-harbor-client.selectorLabels" . | nindent 6 }}
endpoints:
- port: http
interval: 30s
2 changes: 1 addition & 1 deletion clients/proxy-client/charts/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
selector:
matchLabels:
{{- include "snappcloud-proxy-client.selectorLabels" . | nindent 4 }}
{{- include "snappcloud-proxy-client.selectorLabels" . | nindent 6 }}
endpoints:
- port: http
interval: 30s

0 comments on commit 589de48

Please sign in to comment.