* chore(deps): update helm chart common to v6 * Adapt persistence to new GUI * Adapt additional storage GUI to new storage system * Adapt values.yaml accordingly * Move transmission settings to env * fix a vaultwarden linting issue * fix firefly-iii linting issues * Use forceName to force a specific name for the DB PVC * add force name to questions.yaml as well * use newest common version * try fixing db-linking issues on vaultwarden * add deviceList option to zwave2mqtt * Fixup the deviceList for all Apps * fix linting error * Fix more transmission issues Co-authored-by: Renovate Bot <bot@renovateapp.com>
48 lines
706 B
YAML
48 lines
706 B
YAML
# Default values for podgrab.
|
|
|
|
image:
|
|
repository: akhilrex/podgrab
|
|
pullPolicy: Always
|
|
tag: 1.0.0
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# Configure the Security Context for the Pod
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
runAsUser: 568
|
|
runAsGroup: 568
|
|
fsGroup: 568
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
tcp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 51080
|
|
protocol: TCP
|
|
|
|
env:
|
|
PASSWORD: secretpasswordgoeshere
|
|
CHECK_FREQUENCY: 240
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: emptyDir
|
|
|
|
|
|
hostPathMounts:
|
|
- name: assets
|
|
enabled: true
|
|
mountPath: "/assets"
|
|
type: emptyDir
|