Update k8s/apps/gitea/deployment.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 9s

This commit is contained in:
ab
2025-07-03 11:38:16 +00:00
parent 2ef7b23c69
commit e25e9a8608

View File

@ -31,16 +31,16 @@ spec:
- name: gitea
image: 'gitea/gitea:latest'
env:
- name: GITEA_REGISTER_MANUAL_CONFIRM
- name: GITEA__service__REGISTER_MANUAL_CONFIRM
value: "true"
- name: GITEA_ENABLE_CAPTCHA
- name: GITEA__service__ENABLE_CAPTCHA
value: "true"
- name: GITEA_REQUIRE_CAPTCHA_FOR_LOGIN
- name: GITEA__service__REQUIRE_CAPTCHA_FOR_LOGIN
value: "true"
- name: GITEA_REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA
value: "true"
- name: GITEA_CAPTCHA_TYPE
- name: GITEA__service__REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA
value: "true"
- name: GITEA__service__CAPTCHA_TYPE
value: "recaptcha"
envFrom:
- secretRef:
name: gitea-recapcha-creds
@ -96,4 +96,3 @@ spec:
value: "k8s-runner"
- name: GITEA_RUNNER_LABELS
value: "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest,ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04,ubuntu-20.04:docker://ghcr.io/catthehacker/ubuntu:act-20.04"