adjust request limits;gitea CA -> prod
This commit is contained in:
parent
72675b14d0
commit
9f77404f31
3
manifests/cloudflare/README.md
Normal file
3
manifests/cloudflare/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
cloudflare has limitations on what sort of content you can proxy through their
|
||||
network. HTML/CSS and ordinary web traffic is fine, however if you are
|
||||
pushing/pulling artifacts like containers or even videos they do rate limit.
|
@ -169,7 +169,10 @@ ingress:
|
||||
className: nginx
|
||||
pathType: Prefix
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-staging"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||
nginx.ingress.kuberentes.io/proxy-send-timeout: "600"
|
||||
hosts:
|
||||
- host: gitea.kwerezigua.org
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user