Merge pull request #1015 from 3dwardch3ng/misc

update number of replicas
This commit is contained in:
2024-09-26 19:53:59 +10:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ data:
maxMsgs: 50000
maxAge: 168h
maxBytes: -1
replicas: 2
replicas: 3
duplicates: 300s
versions:
- version: latest

View File

@@ -6,7 +6,7 @@ spec:
nats:
native:
# Optional, defaults to 3. If it is < 3, set it to 3, that is the minimal requirement.
replicas: 2
replicas: 3
# Optional, authen strategy, "none" or "token", defaults to "none"
auth: token
# containerTemplate:

View File

@@ -6,7 +6,7 @@ metadata:
labels:
app: prometheus-node-exporter
spec:
replicas: 2
replicas: 6
selector:
matchLabels:
app: prometheus-node-exporter