Guest User

Untitled

a guest
Nov 17th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. image:
  2. registry: docker.io
  3. repository: bitnami/ghost
  4. tag: 2.6.0
  5. pullPolicy: IfNotPresent
  6.  
  7. volumePermissions:
  8. image:
  9. registry: docker.io
  10. repository: bitnami/minideb
  11. tag: latest
  12. pullPolicy: Always
  13.  
  14. ghostHost: www.myurl.com
  15. ghostPath: /blog
  16. ghostPort: 80
  17. ghostLoadBalancerIP: ""
  18. ghostUsername: ghost
  19. ghostEmail: ghost@email.com
  20. ghostBlogTitle: My Ghost Blog
  21.  
  22. allowEmptyPassword: "yes"
  23.  
  24. externalDatabase:
  25. host: myhost
  26. port: myport
  27. user: myuser
  28. password: mypass
  29. database: mydb
  30.  
  31. mariadb:
  32. enabled: false
  33.  
  34. serviceType: LoadBalancer
  35.  
  36. securityContext:
  37. enabled: true
  38. fsGroup: 1001
  39. runAsUser: 1001
  40.  
  41. persistence:
  42. enabled: false
  43.  
  44. resources:
  45. requests:
  46. memory: 512Mi
  47. cpu: 300m
  48.  
  49. ingress:
  50. enabled: true
  51. hosts:
  52. - name: www.myurl.com
  53. path: /blog
  54. annotations:
  55. kubernetes.io/ingress.class: traefik
Add Comment
Please, Sign In to add comment