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
Copy file name to clipboardExpand all lines: heartex/label-studio/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,13 +300,15 @@ directory.
300
300
|`app.nginx.livenessProbe.periodSeconds`| Nginx sidecar container: How often (in seconds) to perform the probe |`5`|
301
301
|`app.nginx.livenessProbe.successThreshold`| Nginx sidecar container: Minimum consecutive successes for the probe to be considered successful after having failed |`1`|
302
302
|`app.nginx.livenessProbe.timeoutSeconds`| Nginx sidecar container: Number of seconds after which the probe times out |`3`|
303
+
|`app.nginx.livenessProbe.scheme`| Nginx sidecar container: Scheme for livenessProbe |`HTTP`|
|`app.nginx.readinessProbe.path`| Nginx sidecar container: Path for reasinessProbe |`/version`|
305
306
|`app.nginx.readinessProbe.failureThreshold`| Nginx sidecar container: When a probe fails, Kubernetes will try failureThreshold times before giving up |`2`|
306
307
|`app.nginx.readinessProbe.initialDelaySeconds`| Nginx sidecar container: Number of seconds after the container has started before probe initiates |`60`|
307
308
|`app.nginx.readinessProbe.periodSeconds`| Nginx sidecar container: How often (in seconds) to perform the probe |`10`|
308
309
|`app.nginx.readinessProbe.successThreshold`| Nginx sidecar container: Minimum consecutive successes for the probe to be considered successful after having failed |`1`|
309
310
|`app.nginx.readinessProbe.timeoutSeconds`| Nginx sidecar container: Number of seconds after which the probe times out |`5`|
311
+
|`app.nginx.readinessProbe.scheme`| Nginx sidecar container: Scheme for readinessProbe |`HTTP`|
310
312
|`app.service.type`| k8s service type |`ClusterIP`|
311
313
|`app.service.port`| k8s service port |`80`|
312
314
|`app.service.targetPort`| k8s service target port |`8085`|
@@ -331,6 +333,7 @@ directory.
331
333
|`app.pdb.create`| Enable/disable a Pod Disruption Budget creation |`true`|
332
334
|`app.pdb.minAvailable`| Minimum number/percentage of pods that should remain scheduled |`""`|
333
335
|`app.pdb.maxUnavailable`| Maximum number/percentage of pods that may be made unavailable. Defaults to `1` if both `app.pdb.minAvailable` and `app.pdb.maxUnavailable` are empty. |`""`|
336
+
|`app.sidecarContainers`| Additional sidecar containers to the App Deployment pod |`[]`|
0 commit comments