CodiMD has helm chart on
Learn More →
$ helm repo add codimd https://helm.codimd.dev/
$ helm repo update
$ helm install --name my-codimd codimd/codimd
If you use AWS EKS, need to setup storageClass
to gp2
.
storageClass: 'gp2'
service:
type: "ClusterIP"
ingress:
enabled: true
hostname: my-codimd.example.com
annotation:
cert-manager.io/cluster-issuer: letsencrypt-production
kubernetes.io/ingress.class: nginx
tlsSecret: ssl-secret
codimd:
connection:
domain: my-codimd.example.com
protocolUseSSL: true
security:
sessionSecret: "EiC2oasdfsahxi"
imageUpload:
storeType: imgur
imageStorePersistentVolume:
enabled: true