feat(Gitea): Enable LFS (#40)
Reviewed-on: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/pulls/40
This commit is contained in:
parent
415afc22c6
commit
6cdac9d38e
@ -4,7 +4,7 @@ ns:
|
|||||||
name: gitea-service
|
name: gitea-service
|
||||||
istio:
|
istio:
|
||||||
enabled: true
|
enabled: true
|
||||||
istio:
|
istio:
|
||||||
- name: gitea-http
|
- name: gitea-http
|
||||||
gateway: badhouseplants-net
|
gateway: badhouseplants-net
|
||||||
hostname: git.badhouseplants.net
|
hostname: git.badhouseplants.net
|
||||||
@ -83,11 +83,12 @@ gitea:
|
|||||||
DESCRIPTION: by allanger
|
DESCRIPTION: by allanger
|
||||||
repository:
|
repository:
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
service:
|
service:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: true
|
||||||
server:
|
server:
|
||||||
DOMAIN: git.badhouseplants.net
|
DOMAIN: git.badhouseplants.net
|
||||||
ROOT_URL: https://git.badhouseplants.net
|
ROOT_URL: https://git.badhouseplants.net
|
||||||
|
LFS_START_SERVER: true
|
||||||
packages:
|
packages:
|
||||||
ENABLED: true
|
ENABLED: true
|
||||||
cron:
|
cron:
|
||||||
|
Reference in New Issue
Block a user