fix: 修正values内的资源限制默认值
This commit is contained in:
@@ -14,13 +14,7 @@ adapter:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
resources:
|
resources: { }
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
|
|
||||||
nodeSelector: { }
|
nodeSelector: { }
|
||||||
tolerations: [ ]
|
tolerations: [ ]
|
||||||
@@ -49,13 +43,7 @@ core:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
resources:
|
resources: { }
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
|
|
||||||
nodeSelector: { }
|
nodeSelector: { }
|
||||||
tolerations: [ ]
|
tolerations: [ ]
|
||||||
@@ -82,13 +70,7 @@ statistics_dashboard:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
resources:
|
resources: { }
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
|
|
||||||
nodeSelector: { }
|
nodeSelector: { }
|
||||||
tolerations: [ ]
|
tolerations: [ ]
|
||||||
@@ -128,13 +110,7 @@ napcat:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
resources:
|
resources: { }
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
|
|
||||||
nodeSelector: { }
|
nodeSelector: { }
|
||||||
tolerations: [ ]
|
tolerations: [ ]
|
||||||
@@ -180,13 +156,7 @@ sqlite_web:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
resources:
|
resources: { }
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
memory:
|
|
||||||
|
|
||||||
nodeSelector: { }
|
nodeSelector: { }
|
||||||
tolerations: [ ]
|
tolerations: [ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user