37 lines
596 B
YAML
37 lines
596 B
YAML
image:
|
|
repository: tccr.io/truecharts/boinc
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:d6b2608605b1b588cb38424306544d82f099374a99f7786eb71d34f91fae5169
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
protocol: http
|
|
port: 10142
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PASSWORD: ""
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|