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