Files
truecharts/charts/incubator/yacy/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

33 lines
660 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/yacy
tag: latest@sha256:65c21243ec61ffae7ca2f56c5ff7da0a8cf83a11d067c248c69a5b99d0a7dc67
persistence:
appdata:
enabled: true
mountPath: /opt/yacy_search_server/DATA
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
https:
enabled: true
ports:
https:
enabled: true
port: 8443
protocol: TCP
targetPort: 8443
main:
enabled: true
ports:
main:
enabled: true
port: 8090
protocol: HTTP
targetPort: 8090