3970af8ce2
- Actual Budget: 25.1.0 → 25.3.1 - Prowlarr: 1.23.1 → 1.37.0.5076-ls121 - Radarr: 5.10.4 → 5.26.2 - Sonarr: 4.0.9 → 4.0.15 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
495 B
YAML
31 lines
495 B
YAML
---
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: docker.io/actualbudget/actual-server
|
|
pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "25.3.1"
|
|
|
|
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: {}
|