28 lines
534 B
YAML
28 lines
534 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: lscr.io/linuxserver/cops
|
||
|
tag: 2.7.2@sha256:411c1c80317538abae4c5f9c2c6d0db34f2faf2f83a35e232c73b681a212f95d
|
||
|
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
|