Skip to content

Commit c228c4a

Browse files
authored
Add prod SpaceProvisionerConfig for EaaS (#4223)
Also disable the space provisioning in staging on user signup. Signed-off-by: Alex Misstear <amisstea@redhat.com>
1 parent d6ece2e commit c228c4a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

components/sandbox/toolchain-host-operator/production/stone-prd-host1/space-provisioner-configs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,19 @@ spec:
2828
maxMemoryUtilizationPercent: 90
2929
placementRoles:
3030
- cluster-role.toolchain.dev.openshift.com/tenant
31+
---
32+
apiVersion: toolchain.dev.openshift.com/v1alpha1
33+
kind: SpaceProvisionerConfig
34+
metadata:
35+
name: member-kflux-prd-es01.1ion.p1.openshiftapps.com
36+
namespace: toolchain-host-operator
37+
annotations:
38+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
39+
spec:
40+
toolchainCluster: member-kflux-prd-es01.1ion.p1.openshiftapps.com
41+
enabled: false
42+
capacityThresholds:
43+
maxNumberOfSpaces: 1500
44+
maxMemoryUtilizationPercent: 90
45+
placementRoles:
46+
- cluster-role.toolchain.dev.openshift.com/eaas

components/sandbox/toolchain-host-operator/staging/stone-stg-host/space-provisioner-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata:
3838
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
3939
spec:
4040
toolchainCluster: member-kflux-stg-es01.21tc.p1.openshiftapps.com
41-
enabled: true
41+
enabled: false
4242
capacityThresholds:
4343
maxNumberOfSpaces: 1500
4444
maxMemoryUtilizationPercent: 90

0 commit comments

Comments
 (0)