Skip to content

Commit

Permalink
chore(deploy): disable wrong metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 6, 2024
1 parent a7dcd08 commit dfd0dc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions deploy/dev/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions deploy/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: crossbell
spec:
progressDeadlineSeconds: 600
replicas: 10
replicas: 7
revisionHistoryLimit: 5
selector:
matchLabels:
Expand All @@ -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:
Expand Down

0 comments on commit dfd0dc8

Please sign in to comment.