From 628c250a0b56bc0423ca05822695e4593af05c86 Mon Sep 17 00:00:00 2001 From: ab Date: Thu, 3 Jul 2025 11:25:59 +0000 Subject: [PATCH] Update k8s/apps/gitea/deployment.yaml --- k8s/apps/gitea/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/k8s/apps/gitea/deployment.yaml b/k8s/apps/gitea/deployment.yaml index 3232b1b..9692d72 100644 --- a/k8s/apps/gitea/deployment.yaml +++ b/k8s/apps/gitea/deployment.yaml @@ -32,15 +32,15 @@ spec: image: 'gitea/gitea:latest' env: - name: REGISTER_MANUAL_CONFIRM - value: true + value: "true" - name: ENABLE_CAPTCHA - value: true + value: "true" - name: REQUIRE_CAPTCHA_FOR_LOGIN - value: true + value: "true" - name: REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA - value: true + value: "true" - name: CAPTCHA_TYPE - value: true + value: "true" envFrom: - secretRef: name: gitea-recapcha-creds