Skip to content

Commit b9ddb45

Browse files
committed
chore(deps): update docs from repo source
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
1 parent a1816b7 commit b9ddb45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/assets/mesh/dev/raw/kuma-cp.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
439446
defaults:
440447
# If true, it skips creating the default Mesh

0 commit comments

Comments
 (0)