reorder and clean repo

This commit is contained in:
gilgamezh
2026-01-10 16:47:21 +01:00
parent 6460253941
commit 743c086b36
59 changed files with 390 additions and 899 deletions
+30
View File
@@ -0,0 +1,30 @@
---
replicaCount: 1
image:
repository: docker.io/actualbudget/actual-server
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "25.12.0"
service:
type: ClusterIP
port: 5006
ingress:
enabled: false
volumes:
- name: "actual-data"
persistentVolumeClaim:
claimName: "actual-data" # PersistentVolumeClaim created earlier
volumeMounts:
- name: "actual-data"
mountPath: "/data"
nodeSelector: {}
tolerations: []
affinity: {}