Files
truecharts/charts/stable/whoogle/values.yaml
T
Stavros KoisandGitHub 19df900522 chore(apps): persistence cleanup and small bugfixes (#1329)
* chore(apps): remove persistence size from values

* remove type from persistence from values.yaml

* remove accessMode from persistence from values

* devices dont user persistence

* remove empty lines

* restore accessMode in common, whoops

* quote all mountPaths

* convert `'` to `"`

* fix empty lines

* add missing mountPath on values

* add missing persistence on values

* fix var name on quetsions

* remove disabled persistence from values which are not even defined in questions

* remove more type, accessMode and size

* mountpath -> mountPath

* mounthPath -> mountPath

* booksonic-air persistence cleanup

* remove empty lines

* fix mountPath

* remove unused persistence

* teamspeak3 fix var name in persistence

* remove persistence that will probably be user defined storage

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix openldap volclaim

* remove persistence that will probably be user defined storage

* add missing persistence from values

* fix path ff3

* fix mountPath

* add missing persistence from values

* remove persistence that will probably be user defined storage

* revert changes in volClaimTemplate

* remove varrun from questions

* fix and cleanup questions postgres

* calm down CI

* ci only value
2021-11-14 20:19:16 +01:00

45 lines
1.0 KiB
YAML

image:
# -- image repository
repository: benbusby/whoogle-search
# -- image tag
tag: 0.6.0@sha256:969fa0500d01b3759387fb779b8282c39676841e5e719c5396535f9f5eaf8d80
# -- image pull policy
pullPolicy: IfNotPresent
# -- environment variables. See [image docs](https://github.com/benbusby/whoogle-search#environment-variables) for more details.
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
WHOOGLE_CONFIG_COUNTRY: ""
WHOOGLE_CONFIG_THEME: "dark"
WHOOGLE_CONFIG_SAFE: true
WHOOGLE_CONFIG_ALTS: false
WHOOGLE_CONFIG_TOR: false
WHOOGLE_CONFIG_NEW_TAB: false
WHOOGLE_CONFIG_GET_ONLY: false
WHOOGLE_CONFIG_URL: https://<your url>/
WHOOGLE_CONFIG_STYLE: ""
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 5000
targetPort: 5000
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true
mountPath: "/config"