update number of replicas
This commit is contained in:
@@ -22,7 +22,7 @@ data:
|
|||||||
maxMsgs: 50000
|
maxMsgs: 50000
|
||||||
maxAge: 168h
|
maxAge: 168h
|
||||||
maxBytes: -1
|
maxBytes: -1
|
||||||
replicas: 2
|
replicas: 3
|
||||||
duplicates: 300s
|
duplicates: 300s
|
||||||
versions:
|
versions:
|
||||||
- version: latest
|
- version: latest
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ spec:
|
|||||||
nats:
|
nats:
|
||||||
native:
|
native:
|
||||||
# Optional, defaults to 3. If it is < 3, set it to 3, that is the minimal requirement.
|
# 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"
|
# Optional, authen strategy, "none" or "token", defaults to "none"
|
||||||
auth: token
|
auth: token
|
||||||
# containerTemplate:
|
# containerTemplate:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: prometheus-node-exporter
|
app: prometheus-node-exporter
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 6
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: prometheus-node-exporter
|
app: prometheus-node-exporter
|
||||||
|
|||||||
Reference in New Issue
Block a user