1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 13:36:48 +00:00

Update proxy and nomulus cluster resources (#2858)

This commit is contained in:
Pavlo Tkach
2025-10-24 16:19:41 -04:00
committed by GitHub
parent fc1eb162f2
commit 19e03dbd2e
6 changed files with 11 additions and 11 deletions

View File

@@ -99,8 +99,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: frontend
minReplicas: 12
maxReplicas: 16
minReplicas: 16
maxReplicas: 20
metrics:
- type: Resource
resource:

View File

@@ -35,10 +35,10 @@ spec:
periodSeconds: 20
resources:
requests:
cpu: "400m"
cpu: "300m"
memory: "350Mi"
limits:
cpu: "600m"
cpu: "500m"
memory: "512Mi"
imagePullPolicy: Always
args: ["--env", "production_canary"]

View File

@@ -35,10 +35,10 @@ spec:
periodSeconds: 20
resources:
requests:
cpu: "400m"
cpu: "300m"
memory: "350Mi"
limits:
cpu: "600m"
cpu: "500m"
memory: "512Mi"
imagePullPolicy: Always
args: ["--env", "production"]

View File

@@ -35,10 +35,10 @@ spec:
periodSeconds: 20
resources:
requests:
cpu: "400m"
cpu: "300m"
memory: "350Mi"
limits:
cpu: "600m"
cpu: "500m"
memory: "512Mi"
imagePullPolicy: Always
args: ["--env", "sandbox_canary", "--log"]

View File

@@ -35,10 +35,10 @@ spec:
periodSeconds: 20
resources:
requests:
cpu: "400m"
cpu: "300m"
memory: "350Mi"
limits:
cpu: "600m"
cpu: "500m"
memory: "512Mi"
imagePullPolicy: Always
args: ["--env", "sandbox", "--log"]

View File

@@ -32,7 +32,7 @@ spec:
kind: Deployment
name: proxy-deployment
maxReplicas: 50
minReplicas: 10
minReplicas: 15
metrics:
- type: Resource
resource: