TrueChartsClone/charts/incubator/cops/values.yaml

30 lines
541 B
YAML

env:
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cops
tag: latest@sha256:186e53f8758beebdee7acacac3cf613c9ad8be6cefd2da447dbb4b86988492aa
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