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:
@ -41,9 +41,9 @@ spec:
|
|||||||
value: true
|
value: true
|
||||||
- name: CAPTCHA_TYPE
|
- name: CAPTCHA_TYPE
|
||||||
value: true
|
value: true
|
||||||
- valueFrom:
|
envFrom:
|
||||||
secretKeyRef:
|
- secretRef:
|
||||||
name: gitea-recapcha-creds
|
name: gitea-recapcha-creds
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
Reference in New Issue
Block a user