From f92e481b4e5b0b2610f631fc4598efb7bb0939b6 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 30 Jul 2024 23:52:59 +1000 Subject: [PATCH] disable logstash --- infrastructures/logstash/env/k3s-cluster/config.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 infrastructures/logstash/env/k3s-cluster/config.json diff --git a/infrastructures/logstash/env/k3s-cluster/config.json b/infrastructures/logstash/env/k3s-cluster/config.json deleted file mode 100644 index 50de5ab..0000000 --- a/infrastructures/logstash/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "logstash", - "userGivenName": "logstash", - "namespace": "logstash", - "destNamespace": "logstash", - "destServer": "https://kubernetes.default.svc", - "srcPath": "infrastructures/logstash/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file