diff --git a/gitea/values.yaml b/gitea/values.yaml index 6efb444..f5a5172 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -89,6 +89,9 @@ ingress: hosts: - git.lunarfront.tech +strategy: + type: Recreate + nodeSelector: role: system diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 78c7197..85a367c 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -5,6 +5,8 @@ metadata: namespace: runner spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: gitea-runner