Bump memory resource for externaldns.
This commit is contained in:
parent
43000edbb0
commit
2a1582fd93
2 changed files with 4 additions and 4 deletions
|
@ -43,9 +43,9 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 5m
|
||||
memory: 24M
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 48M
|
||||
memory: 100Mi
|
||||
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
|
|
@ -47,9 +47,9 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
cpu: 5m
|
||||
memory: 24M
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 48M
|
||||
memory: 100Mi
|
||||
|
||||
sources:
|
||||
- ingress
|
||||
|
|
Reference in a new issue