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