fix:modify the default resource reservation of gateway system, gateway.go typo
This commit is contained in:
@@ -26,4 +26,12 @@ service:
|
||||
deployment:
|
||||
annotations: {}
|
||||
replicas: 1
|
||||
resources:
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 90Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 90Mi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user