1f913c3e14
* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
27 lines
464 B
YAML
27 lines
464 B
YAML
image:
|
|
repository: tccr.io/truecharts/boinc
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:5b17d304e2faa3c14f80a55e403c10b71a669f4c7e6f4ba0166c6c1f39905019
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
port: 10142
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|