Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
fix servicemonitor interval indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Jan 20, 2020
1 parent e6c97ff commit d627ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/serviceMonitor.yaml
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
endpoints:
- port: http
interval: 30s
interval: 30s
namespaceSelector:
matchNames:
- ${NAMESPACE}
Expand Down
2 changes: 1 addition & 1 deletion manifests/template.yaml
Expand Up @@ -57,7 +57,7 @@ objects:
spec:
endpoints:
- port: http
interval: 30s
interval: 30s
namespaceSelector:
matchNames:
- ${NAMESPACE}
Expand Down

0 comments on commit d627ada

Please sign in to comment.