From 06a85768a47588e52f793a8f86d4079f404b6343 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 15 Oct 2020 20:23:40 +0200 Subject: [PATCH] resource requests for all, but hassio ist der hass --- apps/home-assistant.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/home-assistant.yaml b/apps/home-assistant.yaml index 5ad4f06..014da7b 100644 --- a/apps/home-assistant.yaml +++ b/apps/home-assistant.yaml @@ -33,13 +33,13 @@ spec: httpGet: path: / port: http - resources: - requests: - memory: "256Mi" - cpu: "250m" - limits: - memory: "1000Mi" - cpu: "500m" +# resources: +# requests: +# memory: "256Mi" +# cpu: "250m" +# limits: +# memory: "1000Mi" +# cpu: "500m" --- apiVersion: v1 kind: Service