Files
truecharts/charts/stable/whoogle/values.yaml
T
Stavros KoisandGitHub ff2a5dae0d chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
2022-06-17 10:24:54 +02:00

36 lines
730 B
YAML

image:
repository: tccr.io/truecharts/whoogle-search
tag: v0.7.4@sha256:8d0648349804b74e6ff0bcc8b4b2737160d0a4226b72e4f63334cbba03a6af39
pullPolicy: IfNotPresent
env:
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: ""
service:
main:
ports:
main:
port: 10052
targetPort: 5000
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true
mountPath: "/config"