32 lines
623 B
YAML
32 lines
623 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: yacy/yacy_search_server
|
|
tag: latest@sha256:a274a93c07b3b543d6739ec98e72957a0ab410bc00a9e5ca6d7c218b29dcbfce
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /opt/yacy_search_server/DATA
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
https:
|
|
enabled: true
|
|
ports:
|
|
https:
|
|
enabled: true
|
|
port: 8443
|
|
protocol: tcp
|
|
targetPort: 8443
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8090
|
|
protocol: http
|
|
targetPort: 8090
|