Sync persistence from questions to values for few apps (#1038)

This commit is contained in:
Stavros Kois
2021-09-26 23:28:16 +03:00
committed by GitHub
parent 8b4c2fbf47
commit 9bd43224dc
7 changed files with 29 additions and 14 deletions
+3 -3
View File
@@ -31,10 +31,10 @@ service:
port: 51050
protocol: TCP
hostPathMounts:
- name: config
persistence:
conf:
enabled: true
mountPath: /conf
mountPath: "/conf"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
+1 -1
View File
@@ -18,7 +18,7 @@ image:
env:
# -- Set the container timezone
TZ: UTC
# -- Specify the user ID the application will run as
# -- Specify the user ID the application will run as
PUID: 1001
# -- Specify the group ID the application will run as
PGID: 1001
+8
View File
@@ -29,3 +29,11 @@ service:
ports:
main:
port: 8191
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
+8
View File
@@ -43,6 +43,14 @@ service:
enabled: true
port: 443
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
# -- Configures the probes for the main Pod.
# @default -- See values.yaml
probes:
-8
View File
@@ -31,14 +31,6 @@ persistence:
accessMode: ReadWriteOnce
size: "100Gi"
hostPathMounts:
- name: assets
enabled: true
mountPath: "/assets"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
probes:
liveness:
enabled: false
+8
View File
@@ -28,6 +28,14 @@ service:
main:
port: 8080
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
+1 -2
View File
@@ -30,8 +30,7 @@ service:
persistence:
config:
enabled: true
mountPath: "/var/syncthing/"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
mountPath: "/var/syncthing/"