Guest User

Untitled

a guest
Feb 10th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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. annotations:
  19. kubernetes.io/ingress.class: nginx
  20. kubernetes.io/tls-acme: "true"
  21. tls:
  22. enabled: true
  23. resources: {}
  24.  
  25. twilioAccountSid: "ACbd8f539c4e2df8591c046fbd99024646"
  26. twilioAuthToken: "dd7a4acc3ce000b44037c24ffce37193"
  27. twilioPhoneNumber:
  28.  
  29. app:
  30. vars: {}
  31.  
  32. # Set to override default database values.
  33. db:
  34. host: gcloud-sqlproxy-gcloud-sqlproxy.kube-services
  35. user: peatio
  36. name: barong_production
  37. password: 273452c5f2980ad1
  38.  
  39. # Set to override default smtp values.
  40. smtp: {}
Add Comment
Please, Sign In to add comment