diff --git a/servers/legion/k8s/neuron-technologies/stage/mcp-deployment.yaml b/servers/legion/k8s/neuron-technologies/stage/mcp-deployment.yaml index c8947e2..9589ef9 100644 --- a/servers/legion/k8s/neuron-technologies/stage/mcp-deployment.yaml +++ b/servers/legion/k8s/neuron-technologies/stage/mcp-deployment.yaml @@ -7,7 +7,7 @@ metadata: app: neuron-mcp env: stage spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: neuron-mcp diff --git a/servers/legion/k8s/neuron-technologies/stage/rest-deployment.yaml b/servers/legion/k8s/neuron-technologies/stage/rest-deployment.yaml index 094e129..baad0ac 100644 --- a/servers/legion/k8s/neuron-technologies/stage/rest-deployment.yaml +++ b/servers/legion/k8s/neuron-technologies/stage/rest-deployment.yaml @@ -7,7 +7,7 @@ metadata: app: neuron-rest env: stage spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: neuron-rest