feat: Bump replica count and remove node selector

This commit is contained in:
Tanguy Herbron 2024-01-20 00:28:51 +01:00
parent 3be7d9715f
commit fc49a6f412
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ metadata:
namespace: gitea
spec:
instances: 1
instances: 2
storage:
size: 1Gi

View File

@ -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