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: {}