Update k8s/apps/gitea/deployment.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
This commit is contained in:
@ -30,6 +30,20 @@ spec:
|
||||
containers:
|
||||
- name: gitea
|
||||
image: 'gitea/gitea:latest'
|
||||
env:
|
||||
- name: REGISTER_MANUAL_CONFIRM
|
||||
value: true
|
||||
- name: ENABLE_CAPTCHA
|
||||
value: true
|
||||
- name: REQUIRE_CAPTCHA_FOR_LOGIN
|
||||
value: true
|
||||
- name: REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA
|
||||
value: true
|
||||
- name: CAPTCHA_TYPE
|
||||
value: true
|
||||
- valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-recapcha-creds
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
|
Reference in New Issue
Block a user