From 8cea878c34ae9d2322ba22fb95b1b83a41a3dd76 Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Fri, 2 Sep 2022 18:36:56 +0800 Subject: [PATCH] remove resource memory limit (#263) --- devnet/pyth-evm-watcher.yaml | 4 ---- devnet/pyth-price-service.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/devnet/pyth-evm-watcher.yaml b/devnet/pyth-evm-watcher.yaml index ad2071e7..8b1766e0 100644 --- a/devnet/pyth-evm-watcher.yaml +++ b/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' diff --git a/devnet/pyth-price-service.yaml b/devnet/pyth-price-service.yaml index b8595f0d..e8ee0a97 100644 --- a/devnet/pyth-price-service.yaml +++ b/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