fix:modify the default resource reservation of gateway system, gateway.go typo

This commit is contained in:
hongzhouzi
2022-05-11 10:50:33 +08:00
parent 1a6bc3c890
commit dd836fc652
7 changed files with 63 additions and 21 deletions

View File

@@ -26,4 +26,12 @@ service:
deployment:
annotations: {}
replicas: 1
resources:
# limits:
# cpu: 100m
# memory: 90Mi
requests:
cpu: 100m
memory: 90Mi