logmower: Update env vars

This commit is contained in:
Lauri Võsandi 2022-11-09 11:49:13 +02:00
parent 30f1c32815
commit 029572872e
1 changed files with 7 additions and 5 deletions

View File

@ -27,7 +27,7 @@ spec:
quiet: true
members: 3
type: ReplicaSet
version: "5.0.13"
version: "6.0.2"
security:
authentication:
modes: ["SCRAM"]
@ -58,10 +58,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 2Gi
memory: 1Gi
limits:
cpu: 2000m
memory: 2Gi
cpu: 4000m
memory: 1Gi
- name: mongodb-agent
resources:
requests:
@ -133,7 +133,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: MONGODB_HOST
- name: MONGO_URI
valueFrom:
secretKeyRef:
name: logmower-mongodb-application-readwrite
@ -143,6 +143,8 @@ spec:
name: metrics
command:
- /log_shipper.py
- "--heuristic-parse-json"
- "--heuristic-normalize-log-level"
- "--max-collection-size"
- "10000000000"
resources: