33 lines
520 B
YAML
33 lines
520 B
YAML
image:
|
|
repository: tccr.io/truecharts/boinc
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:e02557a90d56f185e900c60c412aef40eadb85a7e65b5eb11b3d4596437e4d81
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
# secretEnv:
|
|
# PASSWORD: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
port: 10142
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|