image:
repository: tccr.io/truecharts/kaizoku
pullPolicy: IfNotPresent
tag: v1.6.1@sha256:b3a80cf6ad2d080845a0e4851872f91657198381c587b5393ade77d5bee92b7d
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
protocol: http
port: 3000
workload:
podSpec:
containers:
env:
KAIZOKU_PORT: "{{ .Values.service.main.ports.main.port }}"
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
REDIS_HOST:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: plainhost
REDIS_PORT: 6379
persistence:
config:
enabled: true
mountPath: "/config"
logs:
mountPath: "/logs"
data:
mountPath: "/data"
cnpg:
user: kaizoku
database: kaizoku
redis:
portal:
open: