From c02bd573efa8e3a74aba7a9e9cbdb7177979cd8a Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 14 Aug 2024 17:28:43 +0800 Subject: [PATCH] feat: add VictoriaLogs --- kube/deploy/core/monitoring/victoria/ks.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kube/deploy/core/monitoring/victoria/ks.yaml b/kube/deploy/core/monitoring/victoria/ks.yaml index 419439cd..bf110475 100644 --- a/kube/deploy/core/monitoring/victoria/ks.yaml +++ b/kube/deploy/core/monitoring/victoria/ks.yaml @@ -95,6 +95,9 @@ spec: SC: &sc "file" SNAP: *sc ACCESSMODE: "ReadWriteMany" - RUID: "1000" - RGID: "2000" - RFSG: "1000" + RUID: !!str &uid | + ${APP_UID_VICTORIA_LOGS} + RGID: !!str | + ${APP_UID_VICTORIA_LOGS} + RFSG: !!str | + ${APP_UID_VICTORIA_LOGS}