25 lines
500 B
YAML
25 lines
500 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: lscr.io/linuxserver/cops
|
|
tag: 3.8.2@sha256:7d86ca15196c8fa00216a3d92e304c4adde7e732d7f2a3bdb6f9c43786787fd3
|
|
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
|