small fixes and always pull actual-budget image
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: docker.io/actualbudget/actual-server
|
repository: docker.io/actualbudget/actual-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ volumeMounts:
|
|||||||
mountPath: "/dev/net/tun" # Needed for VPN
|
mountPath: "/dev/net/tun" # Needed for VPN
|
||||||
- name: "plex-data"
|
- name: "plex-data"
|
||||||
mountPath: "/etc/openvpn/custom/"
|
mountPath: "/etc/openvpn/custom/"
|
||||||
subPath: "airvpn" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents
|
subPath: "airvpn"
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities: # Needed for VPN
|
capabilities: # Needed for VPN
|
||||||
|
|||||||
Reference in New Issue
Block a user