From 65d85b53a0b354b6035f4c93ca3438a82285acd9 Mon Sep 17 00:00:00 2001 From: n8wb Date: Wed, 3 Jun 2026 10:33:47 -0700 Subject: [PATCH] adjustments --- ops/chart/templates/deployment.yaml | 2 ++ ops/chart/values.yaml | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ops/chart/templates/deployment.yaml b/ops/chart/templates/deployment.yaml index 9732d6c..a302cb5 100644 --- a/ops/chart/templates/deployment.yaml +++ b/ops/chart/templates/deployment.yaml @@ -21,6 +21,8 @@ metadata: {{- end }} spec: replicas: {{ default 1 .replicas}} + strategy: + type: Recreate selector: matchLabels: app.kubernetes.io/name: {{ $serviceName }} diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 654b195..7ff2e2b 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -15,8 +15,6 @@ services: paths: - / healthPath: /api/v1/health - maxReplicas: 3 - targetCPUUtil: 70 ingress: domain: proxy.blobkit.org tlsSecret: blobkit-tls @@ -45,13 +43,11 @@ services: args: ["packages/proxy-server/dist/index.js"] serviceAccountName: blobkit-proxy-sepolia resources: - cpu: 500m + cpu: 250m memory: 512Mi paths: - / healthPath: /api/v1/health - maxReplicas: 1 - targetCPUUtil: 70 ingress: domain: proxy-sepolia.blobkit.org