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: deploy/helm/jumpstarter/values.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ global:
42
42
## @param jumpstarter-controller.config.authentication.internal.prefix. Prefix to add to the subject claim of the tokens issued by the builtin authenticator.
43
43
## @param jumpstarter-controller.config.authentication.jwt. External OIDC authentication, see https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration for documentation
44
44
45
+
## @param jumpstarter-controller.config.exporterOptions.offlineTimeout. How long to wait before marking the exporter as offline.
46
+
45
47
## @section Ingress And Route parameters
46
48
## @descriptionStart This section contains parameters for the Ingress and Route configurations.
47
49
## You can enable either the gRPC ingress or the OpenShift route but not both.
@@ -77,6 +79,9 @@ jumpstarter-controller:
77
79
namespace: ""
78
80
79
81
config:
82
+
exporterOptions:
83
+
offlineTimeout: 180s# how long to wait before marking the exporter as offline
0 commit comments