2024-02-24 08:37:57 +00:00
|
|
|
image:
|
2024-02-25 11:05:19 +00:00
|
|
|
repository: ghcr.io/linuxserver/doublecommander
|
2024-02-24 08:37:57 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-04-04 00:58:50 +00:00
|
|
|
tag: latest@sha256:c73a939dab4830bacc50b5a3ef44028a89694a32e2c6eca834a39cbc2fd24bea
|
2024-02-24 08:37:57 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
2024-02-25 11:05:19 +00:00
|
|
|
runAsNonRoot: false
|
2024-02-24 08:37:57 +00:00
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2024-02-25 11:05:19 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10034
|
|
|
|
targetPort: 3000
|
2024-02-24 08:37:57 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
2024-02-25 11:05:19 +00:00
|
|
|
securityContext:
|
|
|
|
capabilities:
|
|
|
|
add:
|
|
|
|
- SYS_CHROOT
|
|
|
|
- KILL
|
|
|
|
- NET_BIND_SERVICE
|
2024-02-24 08:37:57 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
readiness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
startup:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|