Guest User

Untitled

a guest
Nov 8th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. mongodbUsername: my
  2. mongodbDatabase: my
  3. mongodbRootPassword: root
  4. mongodbPassword: password
  5. usePassword: true
  6.  
  7. image:
  8. repository: bitnami/mongodb
  9. tag: "4.0-debian-9"
  10. pullPolicy: IfNotPresent
  11.  
  12. replicaSet:
  13. enabled: false
  14. replicas:
  15. arbiter: 1
  16. secondary: 1
  17. pdb:
  18. minAvailable:
  19. primary: 1
  20. secondary: 1
  21. arbiter: 1
  22.  
  23. persistence:
  24. enabled: true
  25. storageClass: data-ssd-gp2
  26. size: 1Gi
  27.  
  28. securityContext:
  29. enabled: true
  30. fsGroup: 1001
  31. runAsUser: 1001
  32.  
  33. livenessProbe:
  34. enabled: true
  35. initialDelaySeconds: 30
  36. periodSeconds: 10
  37. timeoutSeconds: 5
  38. failureThreshold: 6
  39. successThreshold: 1
  40. readinessProbe:
  41. enabled: true
  42. initialDelaySeconds: 10
  43. periodSeconds: 5
  44. timeoutSeconds: 5
  45. failureThreshold: 6
  46. successThreshold: 1
Add Comment
Please, Sign In to add comment