Skip to content

Commit 4148056

Browse files
authored
increase memory request for sandbox's host-operator (#5369)
Signed-off-by: Francesco Ilario <[email protected]>
1 parent 4b94df6 commit 4148056

File tree

12 files changed

+78
-0
lines changed

12 files changed

+78
-0
lines changed

components/sandbox/toolchain-host-operator/production/kflux-ocp-p01/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ resources:
66
- space-provisioner-configs.yaml
77
- network-policy.yaml
88
- ../../../tiers/production
9+
patches:
10+
- path: patch_resources.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: Subscription
3+
metadata:
4+
name: dev-sandbox-host
5+
namespace: toolchain-host-operator
6+
spec:
7+
config:
8+
resources:
9+
requests:
10+
memory: 800Mi
11+
cpu: 100m

components/sandbox/toolchain-host-operator/production/stone-prd-host1/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ resources:
77
- sandbox-sre-host.yaml
88
- ../../../user-management/production/generated-manifests/host
99
- ../../../tiers/production
10+
patches:
11+
- path: patch_resources.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: Subscription
3+
metadata:
4+
name: dev-sandbox-host
5+
namespace: toolchain-host-operator
6+
spec:
7+
config:
8+
resources:
9+
requests:
10+
memory: 800Mi
11+
cpu: 100m

components/sandbox/toolchain-host-operator/production/stone-prod-p01/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ resources:
55
- toolchainconfig.yaml
66
- space-provisioner-configs.yaml
77
- ../../../tiers/production
8+
patches:
9+
- path: patch_resources.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: Subscription
3+
metadata:
4+
name: dev-sandbox-host
5+
namespace: toolchain-host-operator
6+
spec:
7+
config:
8+
resources:
9+
requests:
10+
memory: 800Mi
11+
cpu: 100m

components/sandbox/toolchain-host-operator/production/stone-prod-p02/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ resources:
66
- space-provisioner-configs.yaml
77
- network-policy.yaml
88
- ../../../tiers/production
9+
patches:
10+
- path: patch_resources.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: Subscription
3+
metadata:
4+
name: dev-sandbox-host
5+
namespace: toolchain-host-operator
6+
spec:
7+
config:
8+
resources:
9+
requests:
10+
memory: 800Mi
11+
cpu: 100m

components/sandbox/toolchain-host-operator/staging/stone-stage-p01/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ resources:
66
- space-provisioner-configs.yaml
77
- network-policy.yaml
88
- ../../../tiers/staging
9+
patches:
10+
- path: patch_resources.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: Subscription
3+
metadata:
4+
name: dev-sandbox-host
5+
namespace: toolchain-host-operator
6+
spec:
7+
config:
8+
resources:
9+
requests:
10+
memory: 800Mi
11+
cpu: 100m

components/sandbox/toolchain-host-operator/staging/stone-stg-host/kustomization.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ resources:
77
- sandbox-sre-host.yaml
88
- ../../../user-management/staging/generated-manifests/host
99
- ../../../tiers/staging
10+
patches:
11+
- path: patch_resources.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: operators.coreos.com/v1alpha1
2+
kind: Subscription
3+
metadata:
4+
name: dev-sandbox-host
5+
namespace: toolchain-host-operator
6+
spec:
7+
config:
8+
resources:
9+
requests:
10+
memory: 800Mi
11+
cpu: 100m

0 commit comments

Comments
 (0)