Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure MPC memory for staging and production #4900

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

patches:
- path: ./manager_resources_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 16Gi
memory: 10Gi
requests:
cpu: 500m
memory: 16Gi

memory: 10Gi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ resources:
- host-config.yaml
- external-secrets.yaml

components:
- ../k-components/manager-resources

images:
- name: multi-platform-controller
newName: quay.io/konflux-ci/multi-platform-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ resources:
- https://github.com/konflux-ci/multi-platform-controller/deploy/operator?ref=53a13363d5e6cffb1bb4b4c260cb151f1fea672f
- https://github.com/konflux-ci/multi-platform-controller/deploy/otp?ref=53a13363d5e6cffb1bb4b4c260cb151f1fea672f

components:
- ../k-components/manager-resources

images:
- name: multi-platform-controller
newName: quay.io/konflux-ci/multi-platform-controller
newTag: 53a13363d5e6cffb1bb4b4c260cb151f1fea672f
- name: multi-platform-otp-server
newName: quay.io/konflux-ci/multi-platform-controller-otp-service
newTag: 53a13363d5e6cffb1bb4b4c260cb151f1fea672f

patches:
- path: ./manager_resources_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ resources:
- host-config.yaml
- external-secrets.yaml

components:
- ../k-components/manager-resources

namespace: multi-platform-controller
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ resources:
- host-config.yaml
- external-secrets.yaml

components:
- ../k-components/manager-resources

namespace: multi-platform-controller