UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 66e9a98a authored by Ronnie Webb's avatar Ronnie Webb Committed by Ryan Garcia
Browse files

balancing resource limits to /base/flux/gotk-components.yaml

parent 32abc006
No related branches found
No related tags found
1 merge request!729balancing resource limits to /base/flux/gotk-components.yaml
......@@ -49,3 +49,83 @@ patches:
capabilities:
drop:
- ALL
- target:
kind: Deployment
name: helm-controller
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: helm-controller
spec:
template:
spec:
containers:
- name: manager
resources:
limits:
cpu: 500m
memory: 750Mi
requests:
cpu: 500m
memory: 750Mi
- target:
kind: Deployment
name: kustomize-controller
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: kustomize-controller
spec:
template:
spec:
containers:
- name: manager
resources:
limits:
cpu: 100m
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
- target:
kind: Deployment
name: notification-controller
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: notification-controller
spec:
template:
spec:
containers:
- name: manager
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 100m
memory: 100Mi
- target:
kind: Deployment
name: source-controller
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: source-controller
spec:
template:
spec:
containers:
- name: manager
resources:
limits:
cpu: 100m
memory: 150Mi
requests:
cpu: 100m
memory: 150Mi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment