-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deployment config #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the instruction in the readme about the HEKETI_IP
Codecov Report
@@ Coverage Diff @@
## develop #43 +/- ##
==========================================
+ Coverage 79.58% 82.3% +2.72%
==========================================
Files 15 23 +8
Lines 387 684 +297
==========================================
+ Hits 308 563 +255
- Misses 63 89 +26
- Partials 16 32 +16
Continue to review full report at Codecov.
|
secretName: heketi-admin-secret | ||
secretNamespace: default | ||
volumetype: replicate:2 | ||
provisioner: kubernetes.io/glusterfs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move storage class to vortex installer.
The storage class should be applied right after kubernetes is up.
storageClassName: "manual" | ||
resources: | ||
requests: | ||
storage: 10Gi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate mongo/statefulset
dev -> manual for local testing
default -> slow-many for production
Update deployment config Former-commit-id: c40a9eed6b2fb32408855b6ead7c2ca4ae15e82e [formerly 8fbbaa3] Former-commit-id: acf620fdf8fe662122b576e44185d5e948ffcd0f
No description provided.