apps/code: raise proxy body size for gitea
This commit is contained in:
parent
d02d6a39bb
commit
a2a2b1ba31
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue