From 047cd3dd7cfe560af91d4ed35d3f1ff867d10d79 Mon Sep 17 00:00:00 2001 From: Byeonghoon Yoo Date: Wed, 17 Jul 2024 11:13:53 +0900 Subject: [PATCH] feat(argocd): bump blocky to 0.24.0 Signed-off-by: Byeonghoon Yoo --- argocd/apps/blocky.yaml | 2 +- values/blocky/prod.yaml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/argocd/apps/blocky.yaml b/argocd/apps/blocky.yaml index 0a9b680..e8e7897 100644 --- a/argocd/apps/blocky.yaml +++ b/argocd/apps/blocky.yaml @@ -14,7 +14,7 @@ spec: - values.yaml - https://raw.githubusercontent.com/isac322/homelab/HEAD/values/blocky/prod.yaml repoURL: https://charts.bhyoo.com - targetRevision: 0.22.3 + targetRevision: 0.24.0 syncPolicy: automated: prune: true diff --git a/values/blocky/prod.yaml b/values/blocky/prod.yaml index a4a7340..84b92bf 100644 --- a/values/blocky/prod.yaml +++ b/values/blocky/prod.yaml @@ -70,7 +70,7 @@ upstreams: blocking: customize: true - blackLists: + denylists: ads: - https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt - https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts @@ -132,7 +132,7 @@ blocking: all: - | /.*/ - whiteLists: + allowlists: ads: - https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt - | @@ -157,8 +157,8 @@ blocking: loading: downloads: - timeout: 4m - maxErrorsPerSource: 20 + timeout: 10m + maxErrorsPerSource: -1 concurrency: 20 filtering: @@ -186,6 +186,9 @@ redis: serviceMonitor: enabled: true +ede: + enable: true + prometheus: serviceMonitor: enabled: true