34 lines
645 B
YAML
34 lines
645 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:
|
|
ports:
|
|
main:
|
|
port: 8090
|
|
protocol: HTTP
|
|
targetPort: 8090
|
|
|
|
portal:
|
|
enabled: true
|