fix(neuron): scale stage/prod to 0 replicas and reduce dev memory requests
- Stage and prod deployments scaled to 0 — not yet promoted, no need for running pods - Dev memory requests reduced from 384Mi to 256Mi to allow scheduling on memory-constrained node
This commit is contained in:
@@ -35,10 +35,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 384Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 768Mi
|
||||
memory: 512Mi
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health/liveness
|
||||
|
||||
@@ -35,10 +35,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 384Mi
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 768Mi
|
||||
memory: 512Mi
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /actuator/health/liveness
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
app: neuron-mcp
|
||||
env: prod
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: neuron-mcp
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
app: neuron-rest
|
||||
env: prod
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: neuron-rest
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
app: neuron-mcp
|
||||
env: stage
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: neuron-mcp
|
||||
|
||||
@@ -7,7 +7,7 @@ metadata:
|
||||
app: neuron-rest
|
||||
env: stage
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: neuron-rest
|
||||
|
||||
Reference in New Issue
Block a user