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