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:
parent
69b1668854
commit
7c11256739
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue