apps/code: raise proxy body size for gitea

This commit is contained in:
xeruf 2022-10-05 11:49:39 +01:00
parent d02d6a39bb
commit a2a2b1ba31
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ data:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
kubernetes.io/proxy-body-size: "500m"
hosts: hosts:
- host: "code.${domain}" - host: "code.${domain}"
paths: paths:
@ -18,6 +19,10 @@ data:
- secretName: gitea-tls - secretName: gitea-tls
hosts: hosts:
- "code.${domain}" - "code.${domain}"
service:
ssh:
annotations:
metallb.universe.tf/allow-shared-ip: gitea
gitea: gitea:
oauth: oauth:
- name: Stackspin - name: Stackspin