Skip to content

Commit

Permalink
broken actual #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoosaar committed Aug 24, 2024
1 parent ba669e8 commit c0f46a3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kubernetes/apps/default/actual/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ spec:
image:
repository: ghcr.io/actualbudget/actual-server
tag: 24.8.0
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
spec:
failureThreshold: 30
periodSeconds: 5
env:
GENERIC_TIMEZONE: Europe/London
resources:
Expand Down Expand Up @@ -78,3 +88,7 @@ spec:
persistence:
data:
existingClaim: *app
advancedMounts:
actual:
app:
- path: /data

0 comments on commit c0f46a3

Please sign in to comment.