From 0caa02022420ab9f0711ee0cb7be5c2067dc5971 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Thu, 20 Aug 2020 07:50:36 +0200 Subject: [PATCH] Convert comments to the new convention -> --- vagrant/k8s/avalanche.yaml | 2 +- vagrant/k8s/service-monitors.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vagrant/k8s/avalanche.yaml b/vagrant/k8s/avalanche.yaml index 2a016df3f0..9ac1087bd2 100644 --- a/vagrant/k8s/avalanche.yaml +++ b/vagrant/k8s/avalanche.yaml @@ -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: diff --git a/vagrant/k8s/service-monitors.yaml b/vagrant/k8s/service-monitors.yaml index 2de9995dfd..40b9fbca20 100644 --- a/vagrant/k8s/service-monitors.yaml +++ b/vagrant/k8s/service-monitors.yaml @@ -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: @@ -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 --- @@ -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: @@ -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: @@ -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