30 lines
495 B
YAML
30 lines
495 B
YAML
image:
|
|
repository: tccr.io/truecharts/boinc
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:fabb7dd66a2977453c753b7e8f42efcd67572170e63014c8c4bf6556a0f3515f
|
|
|
|
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
|