Skip to content

Instantly share code, notes, and snippets.

@kristianfreeman
Created November 17, 2018 19:14
Show Gist options
  • Save kristianfreeman/100a8bcacaad829fe9aae0669adf8745 to your computer and use it in GitHub Desktop.
Save kristianfreeman/100a8bcacaad829fe9aae0669adf8745 to your computer and use it in GitHub Desktop.
image:
registry: docker.io
repository: bitnami/ghost
tag: 2.6.0
pullPolicy: IfNotPresent
volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: latest
pullPolicy: Always
ghostHost: www.myurl.com
ghostPath: /blog
ghostPort: 80
ghostLoadBalancerIP: ""
ghostUsername: ghost
ghostEmail: ghost@email.com
ghostBlogTitle: My Ghost Blog
allowEmptyPassword: "yes"
externalDatabase:
host: myhost
port: myport
user: myuser
password: mypass
database: mydb
mariadb:
enabled: false
serviceType: LoadBalancer
securityContext:
enabled: true
fsGroup: 1001
runAsUser: 1001
persistence:
enabled: false
resources:
requests:
memory: 512Mi
cpu: 300m
ingress:
enabled: true
hosts:
- name: www.myurl.com
path: /blog
annotations:
kubernetes.io/ingress.class: traefik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment