Skip to content

Commit

Permalink
Convert comments to the new convention
Browse files Browse the repository at this point in the history
 ->
  • Loading branch information
sumo-drosiek committed Aug 20, 2020
1 parent 27cc8e9 commit 0caa020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vagrant/k8s/avalanche.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
selector:
matchLabels:
app: avalanche
replicas: 1 # tells deployment to run 1 pod matching the template
replicas: 1 # tells deployment to run 1 pod matching the template
template:
metadata:
labels:
Expand Down
10 changes: 5 additions & 5 deletions vagrant/k8s/service-monitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: receiver-mock
namespace: sumologic
labels:
release: collection # Ensure this matches the `release` label on your Prometheus pod
release: collection # Ensure this matches the `release` label on your Prometheus pod
spec:
selector:
matchLabels:
Expand All @@ -14,7 +14,7 @@ spec:
matchNames:
- receiver-mock
endpoints:
- port: "3000" # Same as service's port name
- port: "3000" # Same as service's port name
interval: 1s

---
Expand All @@ -24,7 +24,7 @@ metadata:
name: microk8s-kubelet
namespace: sumologic
labels:
release: collection # Ensure this matches the `release` label on your Prometheus pod
release: collection # Ensure this matches the `release` label on your Prometheus pod
spec:
selector:
matchLabels:
Expand Down Expand Up @@ -82,7 +82,7 @@ metadata:
name: avalanche
namespace: sumologic
labels:
release: collection # Ensure this matches the `release` label on your Prometheus pod
release: collection # Ensure this matches the `release` label on your Prometheus pod
spec:
selector:
matchLabels:
Expand All @@ -91,5 +91,5 @@ spec:
matchNames:
- avalanche
endpoints:
- port: "http-avalanche" # Same as service's port name
- port: "http-avalanche" # Same as service's port name
interval: 30s

0 comments on commit 0caa020

Please sign in to comment.