Title here
Summary here
bouine 通过 --config 传递的 YAML 文件配置。环境变量在解码前展开(${VAR}、${VAR:-default})。
listen:
http: ":8080"
https: ":443"
admin: ":9000"
storage:
hot_max_bytes: 1GiB
upstream_pools:
- name: app
targets: ["app.default.svc:8080"]
health:
active:
path: /healthz
interval: 10s
routes:
- match: { path_prefix: /api/ }
pool: app
cache:
ttl_default: 60s
stale_while_revalidate: 10s
stale_if_error: 300s