Increase gitea resources and add ha-proxy logging

This commit is contained in:
2026-06-07 14:01:03 +02:00
parent f6a592a266
commit 9aa6b67b3f
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -7,7 +7,7 @@ image:
resources: resources:
requests: requests:
cpu: 200m cpu: 500m
memory: 512Mi memory: 512Mi
strategy: strategy:
@@ -82,6 +82,8 @@ gitea:
database: database:
DB_TYPE: postgres DB_TYPE: postgres
MAX_OPEN_CONNS: 90 MAX_OPEN_CONNS: 90
MAX_IDLE_CONNS: 20
CONN_MAX_LIFETIME: 3h
openid: openid:
ENABLE_OPENID_SIGNIN: false ENABLE_OPENID_SIGNIN: false
ENABLE_OPENID_SIGNUP: false ENABLE_OPENID_SIGNUP: false
@@ -19,6 +19,10 @@ controller:
ssl-redirect: "true" ssl-redirect: "true"
forwarded-for: "true" forwarded-for: "true"
# NOTE: Emit HAProxy access logs (real client IP + request line)
# to the controller's stdout so `kubectl logs` can see them.
syslog-server: "address:stdout, format: raw, facility: daemon"
# Disable QUIC ar Hetzner LB doesn't support UDP # Disable QUIC ar Hetzner LB doesn't support UDP
quic-enabled: "false" quic-enabled: "false"