fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user