image: repository: tccr.io/truecharts/kanboard tag: v1.2.30@sha256:47983dbd1d4a3c306218a91a2b1ddfd65c7deb6ef3908feca1f3fe85c602ff4c pullPolicy: IfNotPresent service: main: ports: main: port: 10015 targetPort: 80 persistence: data: enabled: true mountPath: "/var/www/app/data" ssl: enabled: true mountPath: "/etc/nginx/ssl" cnpg: main: enabled: true user: kanboard database: kanboard portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 workload: main: podSpec: containers: main: env: MAIL_CONFIGURATION: false LOG_DRIVER: stdout DB_DRIVER: "postgres" DB_NAME: "{{ .Values.cnpg.main.database }}" DB_USERNAME: "{{ .Values.cnpg.main.user }}" DB_PORT: "5432" DB_PASSWORD: secretKeyRef: name: cnpg-main-user key: password DB_HOSTNAME: secretKeyRef: name: cnpg-main-urls key: host