mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 02:25:53 +10:00
156 lines
4.3 KiB
YAML
156 lines
4.3 KiB
YAML
## Bitnami Ghost image version
|
|
## ref: https://hub.docker.com/r/bitnami/ghost/tags/
|
|
##
|
|
image: bitnami/ghost:1.21.3-r2
|
|
|
|
## Busybox image used to configure volume permissions
|
|
##
|
|
volumePermissions:
|
|
image:
|
|
name: busybox
|
|
tag: 1.27.1
|
|
# pullPolicy:
|
|
|
|
## Specify a imagePullPolicy
|
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
# imagePullPolicy:
|
|
|
|
## Ghost host to create application URLs
|
|
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
|
|
##
|
|
# ghostHost:
|
|
|
|
## Ghost port to create application URLs along with host.
|
|
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
|
|
##
|
|
ghostPort: 80
|
|
|
|
## loadBalancerIP for the Ghost Service (optional, cloud specific)
|
|
## ref: http://kubernetes.io/docs/user-guide/services/#type-loadbalancer
|
|
##
|
|
# ghostLoadBalancerIP:
|
|
|
|
## User of the application
|
|
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
|
|
##
|
|
ghostUsername: user@example.com
|
|
|
|
## Application password
|
|
## Defaults to a random 10-character alphanumeric string if not set
|
|
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
|
|
##
|
|
# ghostPassword:
|
|
|
|
## Admin email
|
|
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
|
|
##
|
|
ghostEmail: user@example.com
|
|
|
|
## Ghost Blog name
|
|
## ref: https://github.com/bitnami/bitnami-docker-ghost#environment-variables
|
|
##
|
|
ghostBlogTitle: User's Blog
|
|
|
|
## Set to `yes` to allow the container to be started with blank passwords
|
|
## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables
|
|
allowEmptyPassword: yes
|
|
|
|
## SMTP mail delivery configuration
|
|
## ref: https://github.com/bitnami/bitnami-docker-redmine/#smtp-configuration
|
|
##
|
|
# smtpHost:
|
|
# smtpPort:
|
|
# smtpUser:
|
|
# smtpPassword:
|
|
# smtpService:
|
|
|
|
##
|
|
## External database configuration
|
|
##
|
|
externalDatabase:
|
|
## Database host
|
|
# host:
|
|
|
|
## Database user
|
|
# user: bn_ghost
|
|
|
|
## Database password
|
|
# password:
|
|
|
|
## Database name
|
|
# database: bitnami_ghost
|
|
|
|
##
|
|
## MariaDB chart configuration
|
|
##
|
|
mariadb:
|
|
## Whether to use the database specified as a requirement or not. For example, to configure the chart with an existing database server.
|
|
enabled: true
|
|
|
|
## MariaDB admin password
|
|
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#setting-the-root-password-on-first-run
|
|
##
|
|
# mariadbRootPassword:
|
|
## Create a database
|
|
|
|
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-on-first-run
|
|
##
|
|
mariadbDatabase: bitnami_ghost
|
|
|
|
## Create a database user
|
|
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-user-on-first-run
|
|
##
|
|
mariadbUser: bn_ghost
|
|
|
|
## Password for mariadbUser
|
|
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#creating-a-database-user-on-first-run
|
|
##
|
|
# mariadbPassword:
|
|
|
|
## Enable persistence using Persistent Volume Claims
|
|
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
|
|
##
|
|
persistence:
|
|
enabled: true
|
|
## mariadb data Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
##
|
|
# storageClass: "-"
|
|
accessMode: ReadWriteOnce
|
|
size: 8Gi
|
|
|
|
## Kubernetes configuration
|
|
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
|
##
|
|
serviceType: LoadBalancer
|
|
|
|
## Enable persistence using Persistent Volume Claims
|
|
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
|
|
##
|
|
persistence:
|
|
enabled: true
|
|
## ghost data Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
##
|
|
# storageClass: "-"
|
|
accessMode: ReadWriteOnce
|
|
size: 8Gi
|
|
|
|
## Configure resource requests and limits
|
|
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
|
##
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 300m
|