Skip to content

Commit

Permalink
fix error in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Dec 6, 2024
1 parent c75e5e7 commit c45ba24
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 110 deletions.
29 changes: 7 additions & 22 deletions radixconfig.c2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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"
29 changes: 7 additions & 22 deletions radixconfig.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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"
29 changes: 7 additions & 22 deletions radixconfig.platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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"
29 changes: 7 additions & 22 deletions radixconfig.playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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"
29 changes: 7 additions & 22 deletions radixconfig.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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"

0 comments on commit c45ba24

Please sign in to comment.