netbox: Update example resource values

This commit is contained in:
Alexander Olofsson 2021-10-15 13:47:34 +02:00
parent 0a43690170
commit 1ca072bbfc
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

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