Skip to content

Instantly share code, notes, and snippets.

@adam-stokes
Last active August 26, 2017 04:57
Show Gist options
  • Select an option

  • Save adam-stokes/2a3bf8e098c2191864ae78336ad1c656 to your computer and use it in GitHub Desktop.

Select an option

Save adam-stokes/2a3bf8e098c2191864ae78336ad1c656 to your computer and use it in GitHub Desktop.
image: bitnami/ghost:0.11.10-r2
volumePermissions:
image:
name: busybox
tag: 1.27.1
## Ghost host to create application URLs
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
##
# ghostHost:
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: [email protected]
ghostPassword: password01
ghostEmail: [email protected]
ghostBlogTitle: Stokachu is the best
##
## MariaDB chart configuration
##
mariadb:
mariadbRootPassword: secretpassword
mariadbUser: ghostme
mariadbPassword: password01
mariadbDatabase: ghost
persistence:
enabled: true
storageClass: ebs-1
accessMode: ReadWriteOnce
size: 8Gi
serviceType: LoadBalancer
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 8Gi
resources:
requests:
memory: 512Mi
cpu: 300m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment