From 67f0d014356279ed1b5dd27c71796113d84a04f7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Mar 2026 22:37:38 -0500 Subject: [PATCH] feat: refactor blocky --- clusters/cl01tl/helm/blocky/Chart.yaml | 5 +++-- clusters/cl01tl/helm/blocky/values.yaml | 6 ++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/clusters/cl01tl/helm/blocky/Chart.yaml b/clusters/cl01tl/helm/blocky/Chart.yaml index a7bd0a7ab..75de3a7f0 100644 --- a/clusters/cl01tl/helm/blocky/Chart.yaml +++ b/clusters/cl01tl/helm/blocky/Chart.yaml @@ -5,11 +5,12 @@ description: Blocky keywords: - blocky - dns -home: https://wiki.alexlebens.dev/s/cf70113d-20bc-48ad-afb8-1e22ed3fd62a +home: https://docs.alexlebens.dev/applications/blocky/ sources: - https://github.com/0xERR0R/blocky - - https://hub.docker.com/r/spx01/blocky + - https://github.com/0xERR0R/blocky/pkgs/container/blocky - https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template + - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/valkey maintainers: - name: alexlebens dependencies: diff --git a/clusters/cl01tl/helm/blocky/values.yaml b/clusters/cl01tl/helm/blocky/values.yaml index 6ad4b49d1..31a4325ae 100644 --- a/clusters/cl01tl/helm/blocky/values.yaml +++ b/clusters/cl01tl/helm/blocky/values.yaml @@ -4,20 +4,18 @@ blocky: type: deployment replicas: 3 strategy: RollingUpdate - revisionHistoryLimit: 3 containers: main: image: repository: ghcr.io/0xerr0r/blocky tag: v0.29.0@sha256:a6d99f323d3036a99a3767a52ad612f4d8f3f31167492bfc14d4ea57b24cdfd0 - pullPolicy: IfNotPresent env: - name: TZ - value: US/Central + value: America/Chicago resources: requests: cpu: 10m - memory: 128Mi + memory: 90Mi configMaps: config: enabled: true