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