Created
November 17, 2018 19:14
-
-
Save kristianfreeman/100a8bcacaad829fe9aae0669adf8745 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | |
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