浏览代码

remove resource memory limit (#263)

Daniel Chew 3 年之前
父节点
当前提交
8cea878c34
共有 2 个文件被更改,包括 0 次插入8 次删除
  1. 0 4
      devnet/pyth-evm-watcher.yaml
  2. 0 4
      devnet/pyth-price-service.yaml

+ 0 - 4
devnet/pyth-evm-watcher.yaml

@@ -16,10 +16,6 @@ spec:
       containers:
         - name: pyth-evm-watcher
           image: pyth-evm-watcher
-          resources:
-            limits:
-              memory: "128Mi"
-              cpu: "500m"
           env:
             - name: WS_ENDPOINT
               value: 'ws://eth-devnet:8545'

+ 0 - 4
devnet/pyth-price-service.yaml

@@ -57,10 +57,6 @@ spec:
             initialDelaySeconds: 20
             periodSeconds: 30
             timeoutSeconds: 30
-          resources:
-            limits:
-              memory: "128Mi"
-              cpu: "500m"
           env:
             - name: SPY_SERVICE_HOST
               value: spy:7072