From b5f3f81758158063201ad816a5722ca17ec59aeb Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 22 Mar 2026 22:08:05 +0000 Subject: [PATCH] chore: Update manifests after change --- .../cl01tl/manifests/actual/Deployment-actual.yaml | 11 +++++------ .../cl01tl/manifests/actual/HTTPRoute-actual.yaml | 2 +- .../actual/PersistentVolumeClaim-actual-data.yaml | 2 -- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/manifests/actual/Deployment-actual.yaml b/clusters/cl01tl/manifests/actual/Deployment-actual.yaml index a3c09e3df..6a0970363 100644 --- a/clusters/cl01tl/manifests/actual/Deployment-actual.yaml +++ b/clusters/cl01tl/manifests/actual/Deployment-actual.yaml @@ -35,10 +35,9 @@ spec: dnsPolicy: ClusterFirst containers: - env: - - name: TZ - value: US/Central - image: ghcr.io/actualbudget/actual:26.3.0 - imagePullPolicy: IfNotPresent + - name: ACTUAL_PORT + value: "5006" + image: ghcr.io/actualbudget/actual:26.3.0@sha256:eb8bc26f53025e07e464594c12d77c52c4b95840c8dadd9b95c4f0c4660f8ad2 livenessProbe: exec: command: @@ -54,8 +53,8 @@ spec: name: main resources: requests: - cpu: 10m - memory: 128Mi + cpu: 25m + memory: 64Mi volumeMounts: - mountPath: /data name: data diff --git a/clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml b/clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml index 27f1e7b4f..ec660a450 100644 --- a/clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml +++ b/clusters/cl01tl/manifests/actual/HTTPRoute-actual.yaml @@ -23,7 +23,7 @@ spec: name: actual namespace: actual port: 80 - weight: 100 + weight: 1 matches: - path: type: PathPrefix diff --git a/clusters/cl01tl/manifests/actual/PersistentVolumeClaim-actual-data.yaml b/clusters/cl01tl/manifests/actual/PersistentVolumeClaim-actual-data.yaml index fc68007bf..c20f5d410 100644 --- a/clusters/cl01tl/manifests/actual/PersistentVolumeClaim-actual-data.yaml +++ b/clusters/cl01tl/manifests/actual/PersistentVolumeClaim-actual-data.yaml @@ -7,8 +7,6 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: actual helm.sh/chart: actual-4.6.2 - annotations: - helm.sh/resource-policy: keep namespace: actual spec: accessModes: