mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 修正values内的资源限制默认值
parent
1eb5c4c56b
commit
3624e5e63d
|
|
@ -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: [ ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue