Skip to content

Commit 19e03db

Browse files
authored
Update proxy and nomulus cluster resources (#2858)
1 parent fc1eb16 commit 19e03db

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

jetty/kubernetes/nomulus-frontend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ spec:
9999
apiVersion: apps/v1
100100
kind: Deployment
101101
name: frontend
102-
minReplicas: 12
103-
maxReplicas: 16
102+
minReplicas: 16
103+
maxReplicas: 20
104104
metrics:
105105
- type: Resource
106106
resource:

proxy/kubernetes/proxy-deployment-production-canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
periodSeconds: 20
3636
resources:
3737
requests:
38-
cpu: "400m"
38+
cpu: "300m"
3939
memory: "350Mi"
4040
limits:
41-
cpu: "600m"
41+
cpu: "500m"
4242
memory: "512Mi"
4343
imagePullPolicy: Always
4444
args: ["--env", "production_canary"]

proxy/kubernetes/proxy-deployment-production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
periodSeconds: 20
3636
resources:
3737
requests:
38-
cpu: "400m"
38+
cpu: "300m"
3939
memory: "350Mi"
4040
limits:
41-
cpu: "600m"
41+
cpu: "500m"
4242
memory: "512Mi"
4343
imagePullPolicy: Always
4444
args: ["--env", "production"]

proxy/kubernetes/proxy-deployment-sandbox-canary.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
periodSeconds: 20
3636
resources:
3737
requests:
38-
cpu: "400m"
38+
cpu: "300m"
3939
memory: "350Mi"
4040
limits:
41-
cpu: "600m"
41+
cpu: "500m"
4242
memory: "512Mi"
4343
imagePullPolicy: Always
4444
args: ["--env", "sandbox_canary", "--log"]

proxy/kubernetes/proxy-deployment-sandbox.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
periodSeconds: 20
3636
resources:
3737
requests:
38-
cpu: "400m"
38+
cpu: "300m"
3939
memory: "350Mi"
4040
limits:
41-
cpu: "600m"
41+
cpu: "500m"
4242
memory: "512Mi"
4343
imagePullPolicy: Always
4444
args: ["--env", "sandbox", "--log"]

proxy/kubernetes/proxy-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
kind: Deployment
3333
name: proxy-deployment
3434
maxReplicas: 50
35-
minReplicas: 10
35+
minReplicas: 15
3636
metrics:
3737
- type: Resource
3838
resource:

0 commit comments

Comments
 (0)