feat: deploy Actual Budget

This commit is contained in:
Khue Doan 2024-02-23 09:51:50 +07:00
parent 6a2fa43e34
commit af2c9c5e0b
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v2
name: actualbudget
version: 0.0.0
dependencies:
- name: app-template
version: 2.5.0
repository: https://bjw-s.github.io/helm-charts

View File

@ -0,0 +1,38 @@
app-template:
controllers:
main:
containers:
main:
image:
repository: docker.io/actualbudget/actual-server
tag: 24.2.0-alpine
service:
main:
ports:
http:
port: 5006
protocol: HTTP
ingress:
main:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: &host budget.khuedoan.com
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
secretName: actualbudget-tls-certificate
persistence:
data:
accessMode: ReadWriteOnce
size: 1Gi
globalMounts:
- path: /data