From 1123c2943594dee09bb1cc1b149a5644af219cb1 Mon Sep 17 00:00:00 2001 From: sungil Date: Tue, 25 Oct 2022 06:26:08 +0000 Subject: [PATCH] minio: dedicated installation for shared service(thanos/loki) --- templates/decapod-apps/lma-uniformed-wftpl.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/decapod-apps/lma-uniformed-wftpl.yaml b/templates/decapod-apps/lma-uniformed-wftpl.yaml index 5271906..bb6f653 100644 --- a/templates/decapod-apps/lma-uniformed-wftpl.yaml +++ b/templates/decapod-apps/lma-uniformed-wftpl.yaml @@ -108,9 +108,10 @@ spec: - name: list value: | [ + { "app_group": "lma", "path": "minio", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "loki", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "fluentbit", "namespace": "lma", "target_cluster": "" }, - { "app_group": "lma", "path": "eventrouter", "namespace": "lma", "target_cluster": "" } + { "app_group": "lma", "path": "kubernetes-event-exporter", "namespace": "lma", "target_cluster": "" } ] when: "{{workflow.parameters.logging_component}} == 'loki'" dependencies: []