44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
image:
|
|
# -- image repository
|
|
repository: tccr.io/truecharts/whoogle-search
|
|
# -- image tag
|
|
tag: v0.7.2@sha256:28297492803e4f98de4a821ba32a8ede3c871241547d3d549cdafdf954efefcc
|
|
# -- 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
|
|
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: 10052
|
|
targetPort: 5000
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|