update actual

This commit is contained in:
gilgamezh
2025-01-19 12:25:02 +01:00
parent 447231f6b0
commit 62f0e703de
2 changed files with 3 additions and 46 deletions
+3 -19
View File
@@ -1,14 +1,11 @@
# Default values for my-actual-server.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
---
replicaCount: 1
image:
repository: docker.io/actualbudget/actual-server
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "25.1.0"
service:
type: ClusterIP
@@ -16,24 +13,11 @@ service:
ingress:
enabled: false
className: ""
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/ingress.class: traefik
hosts:
- host: actual.gilgamezh.me
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- actual.gilgamezh.me
secretName: actual-gilgamezh-me
volumes:
- name: "actual-data"
persistentVolumeClaim:
claimName: "actual-data" # PersistentVolumeClaim created earlier
claimName: "actual-data" # PersistentVolumeClaim created earlier
volumeMounts:
- name: "actual-data"