Skip to content

Commit 8cea878

Browse files
authored
remove resource memory limit (#263)
1 parent 6382f54 commit 8cea878

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

devnet/pyth-evm-watcher.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ spec:
1616
containers:
1717
- name: pyth-evm-watcher
1818
image: pyth-evm-watcher
19-
resources:
20-
limits:
21-
memory: "128Mi"
22-
cpu: "500m"
2319
env:
2420
- name: WS_ENDPOINT
2521
value: 'ws://eth-devnet:8545'

devnet/pyth-price-service.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ spec:
5757
initialDelaySeconds: 20
5858
periodSeconds: 30
5959
timeoutSeconds: 30
60-
resources:
61-
limits:
62-
memory: "128Mi"
63-
cpu: "500m"
6460
env:
6561
- name: SPY_SERVICE_HOST
6662
value: spy:7072

0 commit comments

Comments
 (0)