-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Improve Helm Chart #296
Improve Helm Chart #296
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.
Please see a few minor comments
helm-chart/README.md
Outdated
|
||
## Notes | ||
* The values-icp.yaml file is used for deploying the Ingress controller on IBM Cloud Private. See the blog post for more details. |
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 a missing link -- https://www.nginx.com/blog/nginx-ingress-controller-ibm-cloud-private/
protocol: TCP | ||
name: https | ||
selector: | ||
app: {{ .Values.controller.name }} |
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.
| trunc 63 ?
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: {{ .Values.controller.name }} |
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.
perhaps change it to nginx-ingress ?
Several improvements to Helm Chart necessary for any production environment The Helm Chart now supports: * RBAC * ConfigMap * Replica * NodePort and LoadBalancer Services * Custom IC Args Update Chart files Follow best practices Update Documentation Fix IBM ICP bugs
7c77f0f
to
adfa0fb
Compare
Several improvements to Helm Chart necessary for any production
environment
The Helm Chart now supports:
Update Chart files
Follow best practices
Update Documentation
Fix IBM ICP bugs