From fc49a6f412afadea311b0e6bafc8ec1967b16c2a Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sat, 20 Jan 2024 00:28:51 +0100 Subject: [PATCH] feat: Bump replica count and remove node selector --- manifests/database.yaml | 2 +- manifests/deployment.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/database.yaml b/manifests/database.yaml index 23ce029..b128be6 100644 --- a/manifests/database.yaml +++ b/manifests/database.yaml @@ -5,7 +5,7 @@ metadata: namespace: gitea spec: - instances: 1 + instances: 2 storage: size: 1Gi diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 6b9906a..a74c154 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: gitea namespace: gitea spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: gitea @@ -15,7 +15,6 @@ spec: spec: hostname: gitea subdomain: gitea - nodeName: hb-wide-1 containers: - name: gitea image: gitea/gitea:1.19.3