This commit is contained in:
2024-06-18 16:11:38 +02:00
parent 225cc273b6
commit 7804b06f8a

View File

@@ -384,30 +384,30 @@ options:
default:
limits:
cpu: '2'
memory: 2Gi
memory: 1Gi
replicas: 1
requests:
cpu: 250m
memory: 500Mi
memory: 1Gi
examples:
- limits:
cpu: '2'
memory: 2Gi
memory: 1Gi
replicas: 1
requests:
cpu: 250m
memory: 500Mi
memory: 1Gi
properties:
limits:
default:
cpu: '2'
memory: 2Gi
memory: 1Gi
properties:
cpu:
default: '2'
type: string
memory:
default: 2Gi
default: 1Gi
type: string
type: object
replicas:
@@ -416,13 +416,13 @@ options:
requests:
default:
cpu: 250m
memory: 500Mi
memory: 1Gi
properties:
cpu:
default: 250m
type: string
memory:
default: 500Mi
default: 1Gi
type: string
type: object
type: object