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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 14 deletions

View File

@ -31,10 +31,10 @@ service:
port: 51050 port: 51050
protocol: TCP protocol: TCP
hostPathMounts: persistence:
- name: config conf:
enabled: true enabled: true
mountPath: /conf mountPath: "/conf"
type: pvc type: pvc
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: "100Gi" size: "100Gi"

View File

@ -18,7 +18,7 @@ image:
env: env:
# -- Set the container timezone # -- Set the container timezone
TZ: UTC TZ: UTC
# -- Specify the user ID the application will run as # -- Specify the user ID the application will run as
PUID: 1001 PUID: 1001
# -- Specify the group ID the application will run as # -- Specify the group ID the application will run as
PGID: 1001 PGID: 1001

View File

@ -29,3 +29,11 @@ service:
ports: ports:
main: main:
port: 8191 port: 8191
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"

View File

@ -43,6 +43,14 @@ service:
enabled: true enabled: true
port: 443 port: 443
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
# -- Configures the probes for the main Pod. # -- Configures the probes for the main Pod.
# @default -- See values.yaml # @default -- See values.yaml
probes: probes:

View File

@ -31,14 +31,6 @@ persistence:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: "100Gi" size: "100Gi"
hostPathMounts:
- name: assets
enabled: true
mountPath: "/assets"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
probes: probes:
liveness: liveness:
enabled: false enabled: false

View File

@ -28,6 +28,14 @@ service:
main: main:
port: 8080 port: 8080
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
ingress: ingress:
# -- Enable and configure ingress settings for the chart under this key. # -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml

View File

@ -30,8 +30,7 @@ service:
persistence: persistence:
config: config:
enabled: true enabled: true
mountPath: "/var/syncthing/"
type: pvc type: pvc
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: "100Gi" size: "100Gi"
mountPath: "/var/syncthing/"