image: repository: ghcr.io/linuxserver/davos pullPolicy: IfNotPresent tag: 2.2.2@sha256:d9eba5281e31e9742e4be35aaa9b40e94d9efd4ba1ac4a2467c457178c84b5cf securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: 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: port: 10081 protocol: http targetPort: 8080 persistence: config: enabled: true mountPath: /config portal: open: enabled: true