mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(fluentbit): OOM
This commit is contained in:
@@ -19,8 +19,6 @@ spec:
|
||||
controllers:
|
||||
fluentbit:
|
||||
type: daemonset
|
||||
serviceAccount:
|
||||
name: fluentbit
|
||||
containers:
|
||||
main:
|
||||
image: &img
|
||||
@@ -43,7 +41,7 @@ spec:
|
||||
cpu: "10m"
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: "128Mi"
|
||||
memory: "200Mi"
|
||||
#probes: # TODO: HTTP healthchecks via health API
|
||||
# liveness:
|
||||
# enabled: true
|
||||
@@ -51,6 +49,8 @@ spec:
|
||||
# enabled: true
|
||||
# #startup:
|
||||
# # enabled: true
|
||||
serviceAccount:
|
||||
name: *app
|
||||
#service:
|
||||
# fluentbit:
|
||||
# controller: fluentbit
|
||||
|
||||
Reference in New Issue
Block a user