From 87c0bb3326a4dcee4f77af30ef984fb23d28b2fa Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 24 Mar 2025 01:19:29 -0500 Subject: [PATCH] corrected nodeselector --- apps/production/gitea/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/production/gitea/deployment.yaml b/apps/production/gitea/deployment.yaml index fcb3a5b..28d3fab 100644 --- a/apps/production/gitea/deployment.yaml +++ b/apps/production/gitea/deployment.yaml @@ -15,7 +15,7 @@ spec: app: gitea spec: nodeSelector: - role: worker + node-role.kubernetes.io/worker: "true" containers: - name: gitea image: gitea/gitea:1.23