From f5611385ab4b5d632cb4bd75ca7fa7081c226f2e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Mar 2026 22:06:55 +0000 Subject: [PATCH] Refactor Pass on Helm Charts (#4983) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4983 --- clusters/cl01tl/helm/actual/Chart.yaml | 3 ++- clusters/cl01tl/helm/actual/values.yaml | 18 ++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/clusters/cl01tl/helm/actual/Chart.yaml b/clusters/cl01tl/helm/actual/Chart.yaml index c6273b455..fc8d2fe58 100644 --- a/clusters/cl01tl/helm/actual/Chart.yaml +++ b/clusters/cl01tl/helm/actual/Chart.yaml @@ -5,11 +5,12 @@ description: Actual keywords: - actual - budget -home: https://wiki.alexlebens.dev/s/86192f45-94b7-45de-872c-6ef3fec7df5e +home: https://docs.alexlebens.dev/applications/actual/ sources: - https://github.com/actualbudget/actual - https://github.com/actualbudget/actual/pkgs/container/actual - 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/volsync-target maintainers: - name: alexlebens dependencies: diff --git a/clusters/cl01tl/helm/actual/values.yaml b/clusters/cl01tl/helm/actual/values.yaml index 6cd281605..1ade7d7d0 100644 --- a/clusters/cl01tl/helm/actual/values.yaml +++ b/clusters/cl01tl/helm/actual/values.yaml @@ -4,20 +4,18 @@ actual: type: deployment replicas: 1 strategy: Recreate - revisionHistoryLimit: 3 containers: main: image: repository: ghcr.io/actualbudget/actual - tag: 26.3.0 - pullPolicy: IfNotPresent + tag: 26.3.0@sha256:eb8bc26f53025e07e464594c12d77c52c4b95840c8dadd9b95c4f0c4660f8ad2 env: - - name: TZ - value: US/Central + - name: ACTUAL_PORT + value: 5006 resources: requests: - cpu: 10m - memory: 128Mi + cpu: 25m + memory: 64Mi probes: liveness: enabled: true @@ -54,11 +52,8 @@ actual: - actual.alexlebens.net rules: - backendRefs: - - group: '' - kind: Service - name: actual + - name: actual port: 80 - weight: 100 matches: - path: type: PathPrefix @@ -69,7 +64,6 @@ actual: storageClass: ceph-block accessMode: ReadWriteOnce size: 2Gi - retain: true advancedMounts: main: main: