name: codimd description: CodiMD is a realtime collaborative markdown notes editor version: 2.5.1 icon: https://github.com/hackmdio/codimd/raw/master/public/logo.png requires: - name: postgres defaultConfig: image: nabo.codimd.dev/hackmdio/hackmd:2.5.1 domain: codimd.{{ .cloud.domain }} port: 3000 storage: 10Gi dbName: codimd dbUser: codimd dbHost: postgres.postgres.svc.cluster.local dbPort: 5432 timezone: UTC useSSL: false useCDN: false allowFreeURL: false defaultPermission: editable allowAnonymousEdits: true allowAnonymousViews: true allowPdfExport: false allowGravatar: true imageUploadType: filesystem sessionLifeTime: 1209600000 hstsEnable: true hstsMaxAge: 31536000 cspEnable: true autoVersionCheck: true useHardBreak: true linkifyHeaderStyle: keep-case tlsSecretName: wildcard-wild-cloud-tls requiredSecrets: - apps.codimd.dbPassword - apps.codimd.sessionSecret - apps.codimd.dbUrl