32 lines
592 B
YAML
32 lines
592 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/boinc
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:e25b4b79dd81df43a1a09f53ee6fb2a6d82be8436e7d049303d6b1ccfdbb2167
|
|
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
|