You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| fsm.sidecar.gracefulExitUntilDownstreamEnds | bool |`true`| This feature delays the pod proxy exit until active downstream connections end. |
454
454
| fsm.sidecar.holdApplicationUntilProxyStarts | bool |`true`| This feature delays application startup until the pod proxy is ready to accept traffic, mitigating some startup race conditions. |
455
455
| fsm.sidecar.image.name | string |`"pipy"`| Sidecar image name |
456
456
| fsm.sidecar.image.registry | string |`"flomesh"`| Registry for sidecar image |
457
-
| fsm.sidecar.image.tag | string |`"1.5.9"`| Sidecar image tag |
457
+
| fsm.sidecar.image.tag | string |`"1.5.10"`| Sidecar image tag |
458
458
| fsm.sidecar.sidecarDisabledMTLS | bool |`false`| Sidecar runs without mTLS |
459
459
| fsm.sidecar.sidecarLogLevel | string |`"error"`| Log level for the proxy sidecar. Non developers should generally never set this value. In production environments the LogLevel should be set to `error`|
460
460
| fsm.sidecar.sidecarTimeout | int |`60`| Sets connect/idle/read/write timeout |
0 commit comments