diff --git a/deploy/dev/deploy.yaml b/deploy/dev/deploy.yaml index 6c4daa0917..cdf953f822 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 6ea32e6fb1..8752780fc7 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: