49 lines
930 B
YAML
49 lines
930 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/foldingathome
|
|
pullPolicy: IfNotPresent
|
|
tag: 7.6.21@sha256:4d1a810c0a360bbf738f0819d2bdfcfc5ce7fac7c3546aec1dcb54a3369e8e9e
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 7396
|
|
port: 7396
|
|
control:
|
|
enabled: true
|
|
ports:
|
|
control:
|
|
enabled: true
|
|
targetPort: 36330
|
|
port: 36330
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|