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