forked from RemoteSync/librnms-helm-charts
Remove default requests values, these should be set per case
This commit is contained in:
parent
614feeee46
commit
cc3f4d3e65
@ -32,18 +32,18 @@ librenms:
|
|||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
resources:
|
resources: {}
|
||||||
requests:
|
# requests:
|
||||||
cpu: 50m
|
# cpu: 50m
|
||||||
memory: 150M
|
# memory: 150M
|
||||||
|
|
||||||
# Distributed poller container configurations options
|
# Distributed poller container configurations options
|
||||||
poller:
|
poller:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
resources:
|
resources: {}
|
||||||
requests:
|
# requests:
|
||||||
cpu: 500m
|
# cpu: 500m
|
||||||
memory: 200M
|
# memory: 200M
|
||||||
|
|
||||||
# SNMP network discovery scanner cron job. This job is optional and only use
|
# SNMP network discovery scanner cron job. This job is optional and only use
|
||||||
# when having snmp network discovery enabled. For this to work either set the
|
# when having snmp network discovery enabled. For this to work either set the
|
||||||
@ -53,10 +53,10 @@ librenms:
|
|||||||
snmp_scanner:
|
snmp_scanner:
|
||||||
enabled: false
|
enabled: false
|
||||||
cron: 15 * * * *
|
cron: 15 * * * *
|
||||||
resources:
|
resources: {}
|
||||||
requests:
|
# requests:
|
||||||
cpu: 500m
|
# cpu: 500m
|
||||||
memory: 200M
|
# memory: 200M
|
||||||
# Extra environment variable for LibreNMS SNMP scanner container
|
# Extra environment variable for LibreNMS SNMP scanner container
|
||||||
extraEnvs: {}
|
extraEnvs: {}
|
||||||
|
|
||||||
@ -73,13 +73,13 @@ librenms:
|
|||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
journal:
|
journal:
|
||||||
size: 20Gi
|
size: 1Gi
|
||||||
rrdcached:
|
rrdcached:
|
||||||
size: 100Gi
|
size: 10Gi
|
||||||
resources:
|
resources: {}
|
||||||
requests:
|
# requests:
|
||||||
cpu: 100m
|
# cpu: 100m
|
||||||
memory: 500M
|
# memory: 500M
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 42217
|
port: 42217
|
||||||
|
Loading…
x
Reference in New Issue
Block a user