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