From 0be24b7d6138e41b7189b0f7ad6c583d9ca41378 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Thu, 4 Nov 2021 18:04:07 +0100 Subject: [PATCH] add monitoring templates --- k8s/applications/monitoring.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/k8s/applications/monitoring.yaml b/k8s/applications/monitoring.yaml index 98998b1..e64371d 100644 --- a/k8s/applications/monitoring.yaml +++ b/k8s/applications/monitoring.yaml @@ -15,12 +15,12 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # automated: + # prune: true + # allowEmpty: false + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file