* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
27 lines
508 B
YAML
27 lines
508 B
YAML
env:
|
|
INSTANCE_NAME: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/searxng
|
|
tag: latest@sha256:0a9a55c9a7c8e4ed0d99dd038a5d269acf7bd52e9d3514ce561504ddf6cb0722
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /etc/searxng
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|