tmp/refactor #4986

Merged
alexlebens merged 5 commits from tmp/refactor into main 2026-03-22 23:43:58 +00:00
2 changed files with 7 additions and 13 deletions
Showing only changes of commit d66f9b8f0d - Show all commits

View File

@@ -5,11 +5,12 @@ description: Actual
keywords: keywords:
- actual - actual
- budget - budget
home: https://wiki.alexlebens.dev/s/86192f45-94b7-45de-872c-6ef3fec7df5e home: https://docs.alexlebens.dev/applications/actual/
sources: sources:
- https://github.com/actualbudget/actual - https://github.com/actualbudget/actual
- https://github.com/actualbudget/actual/pkgs/container/actual - https://github.com/actualbudget/actual/pkgs/container/actual
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template - 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: maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:

View File

@@ -4,20 +4,18 @@ actual:
type: deployment type: deployment
replicas: 1 replicas: 1
strategy: Recreate strategy: Recreate
revisionHistoryLimit: 3
containers: containers:
main: main:
image: image:
repository: ghcr.io/actualbudget/actual repository: ghcr.io/actualbudget/actual
tag: 26.3.0 tag: 26.3.0
pullPolicy: IfNotPresent
env: env:
- name: TZ - name: ACTUAL_PORT
value: US/Central value: 5006
resources: resources:
requests: requests:
cpu: 10m cpu: 25m
memory: 128Mi memory: 64Mi
probes: probes:
liveness: liveness:
enabled: true enabled: true
@@ -54,11 +52,7 @@ actual:
- actual.alexlebens.net - actual.alexlebens.net
rules: rules:
- backendRefs: - backendRefs:
- group: '' - port: 80
kind: Service
name: actual
port: 80
weight: 100
matches: matches:
- path: - path:
type: PathPrefix type: PathPrefix
@@ -69,7 +63,6 @@ actual:
storageClass: ceph-block storageClass: ceph-block
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 2Gi size: 2Gi
retain: true
advancedMounts: advancedMounts:
main: main:
main: main: