From dfd0dc80c80cc15a0a05def3a35359ac31136b0d Mon Sep 17 00:00:00 2001 From: incubator4 Date: Tue, 6 Feb 2024 13:55:33 +0800 Subject: [PATCH] chore(deploy): disable wrong metrics --- deploy/dev/deploy.yaml | 8 ++++---- deploy/prod/deploy.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy/dev/deploy.yaml b/deploy/dev/deploy.yaml index 6c4daa09..cdf953f8 100644 --- a/deploy/dev/deploy.yaml +++ b/deploy/dev/deploy.yaml @@ -19,10 +19,10 @@ spec: metadata: labels: app: xlog - annotations: - prometheus.io/path: /metrics - prometheus.io/port: "8080" - prometheus.io/scrape: "true" + # annotations: + # prometheus.io/path: /metrics + # prometheus.io/port: "8080" + # prometheus.io/scrape: "true" spec: enableServiceLinks: false initContainers: diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index 6ea32e6f..8752780f 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -5,7 +5,7 @@ metadata: namespace: crossbell spec: progressDeadlineSeconds: 600 - replicas: 10 + replicas: 7 revisionHistoryLimit: 5 selector: matchLabels: @@ -19,10 +19,10 @@ spec: metadata: labels: app: xlog - annotations: - prometheus.io/path: /metrics - prometheus.io/port: "8080" - prometheus.io/scrape: "true" + # annotations: + # prometheus.io/path: /metrics + # prometheus.io/port: "8080" + # prometheus.io/scrape: "true" spec: enableServiceLinks: false initContainers: