From 4daf261d95bd85259e69867e75a8b1b407d5a9c7 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Mon, 21 Sep 2020 10:41:23 -0400 Subject: [PATCH] Minor update --- example/kubernetes/gatus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/kubernetes/gatus.yaml b/example/kubernetes/gatus.yaml index 13828a3c..442d480d 100644 --- a/example/kubernetes/gatus.yaml +++ b/example/kubernetes/gatus.yaml @@ -49,10 +49,10 @@ spec: protocol: TCP resources: limits: - cpu: 50m + cpu: 200m memory: 50M requests: - cpu: 20m + cpu: 50m memory: 20M volumeMounts: - mountPath: /config