fix(hermes): use supported oauth proxy flags

This commit is contained in:
jenkins 2026-08-08 18:05:19 -03:00
parent 984e1e6346
commit b4364c6cff

View File

@ -101,7 +101,6 @@ spec:
- --http-address=0.0.0.0:4180 - --http-address=0.0.0.0:4180
- --skip-provider-button=true - --skip-provider-button=true
- --reverse-proxy=true - --reverse-proxy=true
- --trusted-proxy-ip=10.42.0.0/16
ports: ports:
- {name: http, containerPort: 4180} - {name: http, containerPort: 4180}
readinessProbe: readinessProbe:
@ -193,7 +192,6 @@ spec:
- --http-address=0.0.0.0:4180 - --http-address=0.0.0.0:4180
- --skip-provider-button=true - --skip-provider-button=true
- --reverse-proxy=true - --reverse-proxy=true
- --trusted-proxy-ip=10.42.0.0/16
ports: ports:
- {name: http, containerPort: 4180} - {name: http, containerPort: 4180}
readinessProbe: readinessProbe:
@ -284,7 +282,6 @@ spec:
- --http-address=0.0.0.0:4180 - --http-address=0.0.0.0:4180
- --skip-provider-button=true - --skip-provider-button=true
- --reverse-proxy=true - --reverse-proxy=true
- --trusted-proxy-ip=10.42.0.0/16
ports: ports:
- {name: http, containerPort: 4180} - {name: http, containerPort: 4180}
readinessProbe: readinessProbe: