32 lines
538 B
YAML
32 lines
538 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cops
|
|
tag: latest@sha256:d821ffc986668837fff8766e59cb7b39c6c8af88b45e2de09e58ffe10559d488
|
|
|
|
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
|