From d2e5b154fe3c982f8f2d9595536674702bed2933 Mon Sep 17 00:00:00 2001 From: Dan Manners Date: Sat, 16 Sep 2023 10:26:14 -0400 Subject: [PATCH] Further updates to the deployment strategy --- manifests/workloads/gitea/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/workloads/gitea/values.yaml b/manifests/workloads/gitea/values.yaml index a8864978..9501f78d 100644 --- a/manifests/workloads/gitea/values.yaml +++ b/manifests/workloads/gitea/values.yaml @@ -1,3 +1,5 @@ +replicaCount: 1 + global: imageRegistry: core.harbor.homelab.danmanners.com/docker.io storageClass: ceph-rbd @@ -6,6 +8,9 @@ persistence: storageClass: ceph-rbd size: 40Gi +strategy: + type: Recreate + service: http: type: ClusterIP