mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
Set resources for nginx
This commit is contained in:
@@ -43,6 +43,13 @@ spec:
|
||||
operator: Equal
|
||||
value: ""
|
||||
effect: NoSchedule
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
service:
|
||||
type: NodePort
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user