Guest User

Untitled

a guest
Feb 18th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Default values for barong.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. replicaCount: 1
  5. image:
  6. repository: gcr.io/helios-public/barong
  7. tag: latest
  8. pullPolicy: Always
  9. service:
  10. name: barong
  11. type: ClusterIP
  12. externalPort: 8080
  13. internalPort: 8080
  14. ingress:
  15. enabled: true
  16. hosts:
  17. - barong.io
  18. - www.barong.io
  19. annotations:
  20. kubernetes.io/ingress.class: nginx
  21. kubernetes.io/tls-acme: "true"
  22. tls:
  23. enabled: true
  24.  
  25. resources: {}
  26.  
  27. db:
  28. host: "gcloud-sqlproxy-gcloud-sqlproxy.kube-services"
  29. user: "barong"
  30. name: "barong_production"
  31. password: "19b08f4b8e9049ec"
  32.  
  33. twilio:
  34. accountSid: "ACbd8f539c4e2df8591c046fbd99024646"
  35. authToken: "dd7a4acc3ce000b44037c24ffce37193"
  36. phoneNumber: "+13067003089"
  37.  
  38. app:
  39. vars: {}
  40.  
  41. # Set to override default database values.
  42. smtp: {}
  43.  
  44. # Google Cloud Storage credentials
  45. # Defulat bucket name: 'barong-images'
  46. gcs:
  47. accessKeyId: "GOOGERKYSYCDV77EMQGT"
  48. secretAccessKey: "+MI0woADvOx92XsBIZ+4igdAejODn1HqdQGY14ML"
Add Comment
Please, Sign In to add comment