Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit b404656

Browse files
Add divisor to resourceFieldRef’s that expect a value in MB instead of bytes (#4016)
1 parent 4fd29d2 commit b404656

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

base/searcher/searcher.Deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spec:
3535
resourceFieldRef:
3636
containerName: searcher
3737
resource: requests.ephemeral-storage
38+
divisor: 1M
3839
- name: POD_NAME
3940
valueFrom:
4041
fieldRef:

base/symbols/symbols.Deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spec:
3535
resourceFieldRef:
3636
containerName: symbols
3737
resource: requests.ephemeral-storage
38+
divisor: 1M
3839
- name: POD_NAME
3940
valueFrom:
4041
fieldRef:

0 commit comments

Comments
 (0)