diff --git a/radixconfig.c2.yaml b/radixconfig.c2.yaml index e0778952b..c88fbfc40 100644 --- a/radixconfig.c2.yaml +++ b/radixconfig.c2.yaml @@ -35,6 +35,13 @@ spec: publicPort: http runtime: architecture: arm64 + resources: + requests: + cpu: "50m" + memory: "50Mi" + limits: + cpu: "100m" + memory: "50Mi" variables: CLUSTER_EGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) @@ -54,13 +61,6 @@ spec: connectionUrl: rediss://radix-c2-qa.redis.cache.windows.net:6380 environmentConfig: - environment: qa - resources: - requests: - cpu: "20m" - memory: "50Mi" - limits: - cpu: "50m" - memory: "50Mi" horizontalScaling: maxReplicas: 1 minReplicas: 0 @@ -73,18 +73,3 @@ spec: desiredReplicas: 1 - environment: prod replicas: 2 - resources: - requests: - cpu: "50m" - memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" - - environment: prod - resources: - requests: - cpu: "50m" - memory: "100Mi" - limits: - cpu: "100m" - memory: "100Mi" diff --git a/radixconfig.dev.yaml b/radixconfig.dev.yaml index 1a5bfbbda..cd1ac25f4 100644 --- a/radixconfig.dev.yaml +++ b/radixconfig.dev.yaml @@ -35,6 +35,13 @@ spec: publicPort: http runtime: architecture: arm64 + resources: + requests: + cpu: "50m" + memory: "50Mi" + limits: + cpu: "100m" + memory: "50Mi" variables: CLUSTER_EGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) @@ -54,13 +61,6 @@ spec: connectionUrl: rediss://radix-dev-qa.redis.cache.windows.net:6380 environmentConfig: - environment: qa - resources: - requests: - cpu: "20m" - memory: "50Mi" - limits: - cpu: "50m" - memory: "50Mi" horizontalScaling: maxReplicas: 1 minReplicas: 0 @@ -73,18 +73,3 @@ spec: desiredReplicas: 1 - environment: prod replicas: 2 - resources: - requests: - cpu: "50m" - memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" - - environment: prod - resources: - requests: - cpu: "50m" - memory: "100Mi" - limits: - cpu: "100m" - memory: "100Mi" diff --git a/radixconfig.platform.yaml b/radixconfig.platform.yaml index 2e24d93db..a05222ad6 100644 --- a/radixconfig.platform.yaml +++ b/radixconfig.platform.yaml @@ -35,6 +35,13 @@ spec: publicPort: http runtime: architecture: arm64 + resources: + requests: + cpu: "50m" + memory: "50Mi" + limits: + cpu: "100m" + memory: "50Mi" variables: CLUSTER_EGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) @@ -54,13 +61,6 @@ spec: connectionUrl: rediss://radix-platform-qa.redis.cache.windows.net:6380 environmentConfig: - environment: qa - resources: - requests: - cpu: "20m" - memory: "50Mi" - limits: - cpu: "50m" - memory: "50Mi" horizontalScaling: maxReplicas: 1 minReplicas: 0 @@ -73,18 +73,3 @@ spec: desiredReplicas: 1 - environment: prod replicas: 2 - resources: - requests: - cpu: "50m" - memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" - - environment: prod - resources: - requests: - cpu: "50m" - memory: "100Mi" - limits: - cpu: "100m" - memory: "100Mi" diff --git a/radixconfig.playground.yaml b/radixconfig.playground.yaml index fd10f2ed4..94cd9901f 100644 --- a/radixconfig.playground.yaml +++ b/radixconfig.playground.yaml @@ -35,6 +35,13 @@ spec: publicPort: http runtime: architecture: arm64 + resources: + requests: + cpu: "50m" + memory: "50Mi" + limits: + cpu: "100m" + memory: "50Mi" variables: CLUSTER_EGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) @@ -54,13 +61,6 @@ spec: connectionUrl: rediss://radix-playground-qa.redis.cache.windows.net:6380 environmentConfig: - environment: qa - resources: - requests: - cpu: "20m" - memory: "50Mi" - limits: - cpu: "50m" - memory: "50Mi" horizontalScaling: maxReplicas: 1 minReplicas: 0 @@ -73,18 +73,3 @@ spec: desiredReplicas: 1 - environment: prod replicas: 2 - resources: - requests: - cpu: "50m" - memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" - - environment: prod - resources: - requests: - cpu: "50m" - memory: "100Mi" - limits: - cpu: "100m" - memory: "100Mi" diff --git a/radixconfig.tpl.yaml b/radixconfig.tpl.yaml index d21b92915..4563849fa 100644 --- a/radixconfig.tpl.yaml +++ b/radixconfig.tpl.yaml @@ -35,6 +35,13 @@ spec: publicPort: http runtime: architecture: arm64 + resources: + requests: + cpu: "50m" + memory: "50Mi" + limits: + cpu: "100m" + memory: "50Mi" variables: CLUSTER_EGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) CLUSTER_INGRESS_IPS: undefined # Comma separated list of IPs of all Public IP Prefixes assigned to the ClusterType (production, playground, development) @@ -54,13 +61,6 @@ spec: connectionUrl: rediss://${OAUTH2_REDIS_QA_HOSTNAME}:6380 environmentConfig: - environment: qa - resources: - requests: - cpu: "20m" - memory: "50Mi" - limits: - cpu: "50m" - memory: "50Mi" horizontalScaling: maxReplicas: 1 minReplicas: 0 @@ -73,18 +73,3 @@ spec: desiredReplicas: 1 - environment: prod replicas: 2 - resources: - requests: - cpu: "50m" - memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" - - environment: prod - resources: - requests: - cpu: "50m" - memory: "100Mi" - limits: - cpu: "100m" - memory: "100Mi"