30 lines
600 B
YAML
30 lines
600 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/yacy/yacy_search_server
|
|
tag: latest@sha256:985c815923d0af45875f49ed2f682af7cba603d899b969b244fbbb0892036d69
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /opt/yacy_search_server/DATA
|
|
|
|
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
|