Skip to content

Latest commit

 

History

History
 
 

ghost

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

listmonk

Type: application Version: 0.0.5 AppVersion: 5.109.2

Independent technology for modern publishing, memberships, subscriptions and newsletters.

Install

$ helm upgrade ghost ghost \
  --create-namespace \
  --install \
  --namespace ghost \
  --repo https://th0th.github.io/helm-charts \
  --values values.yaml \
  --version 0.0.5

Uninstall

$ helm uninstall --namespace ghost ghost

Values

Key Type Default Description
extraEnvVars object {} extra env variables for ghost (see https://ghost.org/docs/config)
image.pullPolicy string "IfNotPresent" ghost image pull policy
image.repository string "ghost" ghost image repository
image.tag string "" ghost image tag
ingress.annotations object {} ingress annotations
ingress.enabled bool false enable ingress
ingress.hosts list [] ingress hosts
mail.from string "" default from e-mail address
mail.host string "" SMTP host
mail.password string "" SMTP password
mail.port string "" SMTP port
mail.secure bool true SMTP protocol (true means SSL is enabled)
mail.user string "" SMTP user
mysql.database string "ghost" mysql database name
mysql.image.pullPolicy string "IfNotPresent" mysql image pull policy
mysql.image.repository string "mysql" mysql image repository
mysql.image.tag int 8 mysql image tag
mysql.password string "" mysql password
mysql.persistence.size string "10Gi" mysql pvc size
mysql.resources object {} resources for mysql
mysql.rootPassword string "" mysql root password
mysql.user string "ghost" mysql user
persistence.size string "10Gi" ghost pvc size
resources object {} resources for ghost
url string "" url for ghost