38 lines
935 B
YAML
38 lines
935 B
YAML
image:
|
|
# -- image repository
|
|
repository: benbusby/whoogle-search
|
|
# -- image tag
|
|
tag: 0.6.0@sha256:6a3e25c63ec09645cb3ee91f4a12b551882e694609c842ee49aa8fcd218fcad8
|
|
# -- 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
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|