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