remove resource memory limit (#263)

This commit is contained in:
Daniel Chew 2022-09-02 18:36:56 +08:00 committed by GitHub
parent 6382f540db
commit 8cea878c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -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'

View File

@ -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