From 1ca072bbfcee3fd575e082869125607fac978340 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 15 Oct 2021 13:47:34 +0200 Subject: [PATCH] netbox: Update example resource values --- charts/netbox/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index 6a1bbdd..18ee581 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -92,11 +92,11 @@ superuser: resources: {} # limits: - # cpu: 100m - # memory: 128Mi + # cpu: 500m + # memory: 512Mi # requests: - # cpu: 100m - # memory: 128Mi + # cpu: 500m + # memory: 512Mi nodeSelector: {} @@ -127,10 +127,10 @@ worker: resources: {} # limits: # cpu: 100m - # memory: 128Mi + # memory: 150Mi # requests: # cpu: 100m - # memory: 128Mi + # memory: 150Mi nodeSelector: {} @@ -146,10 +146,10 @@ housekeeping: resources: {} # limits: # cpu: 100m - # memory: 128Mi + # memory: 32Mi # requests: # cpu: 100m - # memory: 128Mi + # memory: 32Mi nodeSelector: {}