From a627128570fb32d97b2d827dfec717fae158b456 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 16 Sep 2018 10:58:10 -0500 Subject: [PATCH] Set EFK UID to 0 (fixes #325) --- k8s/efk.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/efk.yaml b/k8s/efk.yaml index d2bcdbda..5bba9c63 100644 --- a/k8s/efk.yaml +++ b/k8s/efk.yaml @@ -72,6 +72,8 @@ spec: value: "elastic" - name: FLUENT_ELASTICSEARCH_PASSWORD value: "changeme" + - name: FLUENT_UID + value: "0" resources: limits: memory: 200Mi