30 lines
541 B
YAML
30 lines
541 B
YAML
env:
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cops
|
|
tag: latest@sha256:50936ac3af982a70a5f0d6af069b3d8d4549c3e66b31c700a6f4907cf2a5795c
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
pathbooks:
|
|
enabled: true
|
|
mountPath: /books
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|