Skip to content

usememos/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8bb1ab · Sep 10, 2023

History

3 Commits
Sep 10, 2023
Sep 10, 2023
Sep 10, 2023
Sep 10, 2023
Sep 10, 2023
Sep 10, 2023

Repository files navigation

Install Steps

example

helm install memos .

use custom namespace example

helm install memos -n app .

Persistence

Edit values.yaml

persistence:
  ## If enabled is False, emptyDir will be used, data may be lost after Pod rebuild, it is recommended to use persistent volume
  enabled: false
  storageClass: "local"
  existPersistClaim: ""
  accessMode: ReadWriteOnce
  size: 10Gi

when enabled is false use emptyDir,

  1. If has created pvc, Please change enabled to true, and changeexistPersistClaimto your pvc name.
  2. If enabled is true but existPersistClaim is empty,if will create a new pvc by accessMode storageClass size

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages