fix(dozzle): Remove invalid --proxy-buffer-size flag from oauth2-proxy

The oauth2-proxy container was failing with "unknown flag: --proxy-buffer-size".
This flag is not valid for oauth2-proxy and has been removed.

Fixes DEV-349

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-19 14:48:47 +00:00
parent 69b1668854
commit 7c11256739

View file

@ -73,7 +73,6 @@ spec:
- --pass-host-header=true - --pass-host-header=true
- --flush-interval=1s - --flush-interval=1s
- --upstream-timeout=30s - --upstream-timeout=30s
- --proxy-buffer-size=8k
env: env:
- name: OAUTH2_PROXY_CLIENT_ID - name: OAUTH2_PROXY_CLIENT_ID
valueFrom: valueFrom: