From 827be709dfd294690809da62035ce7018cf82f05 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 19 Apr 2026 20:41:22 +0000 Subject: [PATCH] fix: use Recreate strategy for hive-metastore and superset (RWO PVC) --- infra/helm/stonks-oracle/templates/hive-metastore.yaml | 2 ++ infra/helm/stonks-oracle/templates/superset.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/infra/helm/stonks-oracle/templates/hive-metastore.yaml b/infra/helm/stonks-oracle/templates/hive-metastore.yaml index 90f3290..aa1b05a 100644 --- a/infra/helm/stonks-oracle/templates/hive-metastore.yaml +++ b/infra/helm/stonks-oracle/templates/hive-metastore.yaml @@ -10,6 +10,8 @@ metadata: stonks-oracle/tier: analytics spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: hive-metastore diff --git a/infra/helm/stonks-oracle/templates/superset.yaml b/infra/helm/stonks-oracle/templates/superset.yaml index cbc0439..dfaea14 100644 --- a/infra/helm/stonks-oracle/templates/superset.yaml +++ b/infra/helm/stonks-oracle/templates/superset.yaml @@ -10,6 +10,8 @@ metadata: stonks-oracle/tier: dashboard spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: superset