mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-31 01:44:47 +07:00
feat: deploy Actual Budget
This commit is contained in:
parent
6a2fa43e34
commit
af2c9c5e0b
7
apps/actualbudget/Chart.yaml
Normal file
7
apps/actualbudget/Chart.yaml
Normal 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
|
38
apps/actualbudget/values.yaml
Normal file
38
apps/actualbudget/values.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user