catalog/incubator/yacy/3.0.0/ix_values.yaml

32 lines
637 B
YAML

image:
pullPolicy: IfNotPresent
repository: yacy/yacy_search_server
tag: latest@sha256:78dc1fd08f6ff0c4b994733e631c26716cdc20795df209b11fe54a13c97bf3da
persistence:
appdata:
enabled: true
mountPath: /opt/yacy_search_server/DATA
portal:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
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