Kubernetes Deployments Using Helm Chart to deploy your CodiMD instance into kubernetes Requirements Customize you deployment
CodiMD has helm chart on
$ 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
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
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up