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: default:
limits: limits:
cpu: '2' cpu: '2'
memory: 2Gi memory: 1Gi
replicas: 1 replicas: 1
requests: requests:
cpu: 250m cpu: 250m
memory: 500Mi memory: 1Gi
examples: examples:
- limits: - limits:
cpu: '2' cpu: '2'
memory: 2Gi memory: 1Gi
replicas: 1 replicas: 1
requests: requests:
cpu: 250m cpu: 250m
memory: 500Mi memory: 1Gi
properties: properties:
limits: limits:
default: default:
cpu: '2' cpu: '2'
memory: 2Gi memory: 1Gi
properties: properties:
cpu: cpu:
default: '2' default: '2'
type: string type: string
memory: memory:
default: 2Gi default: 1Gi
type: string type: string
type: object type: object
replicas: replicas:
@@ -416,13 +416,13 @@ options:
requests: requests:
default: default:
cpu: 250m cpu: 250m
memory: 500Mi memory: 1Gi
properties: properties:
cpu: cpu:
default: 250m default: 250m
type: string type: string
memory: memory:
default: 500Mi default: 1Gi
type: string type: string
type: object type: object
type: object type: object