remove resource memory limit (#263)
This commit is contained in:
parent
6382f540db
commit
8cea878c34
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue