28 lines
534 B
YAML
28 lines
534 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: lscr.io/linuxserver/cops
|
|
tag: 2.1.5@sha256:af264561732d80e2d85c6b239c7b7ffafbf10de7923a1ca10769c593b2674507
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10609
|
|
protocol: http
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
books:
|
|
enabled: true
|
|
mountPath: /books
|
|
portal:
|
|
open:
|
|
enabled: true
|