File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -435,6 +435,13 @@ runtime:
435435 zoneResourceCleanupAge : 72h0m0s # ENV: KUMA_RUNTIME_UNIVERSAL_ZONE_RESOURCE_CLEANUP_AGE
436436 # VIPRefreshInterval defines how often all meshes' VIPs should be recomputed
437437 vipRefreshInterval : 500ms # ENV: KUMA_RUNTIME_UNIVERSAL_VIP_REFRESH_INTERVAL
438+ # Spire defines default configuration of the spire properties
439+ spire :
440+ # SocketPath is the location of the socket file one the host
441+ socketPath : /tmp/spire-agent/public/api.sock # ENV: KUMA_RUNTIME_UNIVERSAL_SPIRE_SOCKET_PATH
442+ workload :
443+ # How often we check whether Workloads need to be generated from Dataplanes
444+ generationInterval : 2s # ENV: KUMA_RUNTIME_UNIVERSAL_WORKLOAD_GENERATION_INTERVAL
438445# Default Kuma entities configuration
439446defaults :
440447 # If true, it skips creating the default Mesh
You can’t perform that action at this time.
0 commit comments