-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add AI model demo Helm chart and Rancher prime installation script #29
base: develop
Are you sure you want to change the base?
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.
Could you make the related changes?
- template files must follow conventions (no need for ai-model prefix)
- ai-model Helm chart name is too general, needs to be more explicit/specific
- README.md file in Helm chart (at least to explain what is the purpose of the chart)
- use more variables in Helm charts
- Mackroservices is mentioned in Helm chart file but what is Mackroservices?
@devpro This is purely a demo workload that is autogenerated. It doesn't contain any working code, just a mocked up service for observability purposes. It's part of the demo flow that we need to demo on rancher day |
kind: Ingress | ||
metadata: | ||
annotations: | ||
cert-manager.io/cluster-issuer: letsencrypt-prod |
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.
Cannot be hard coded like this
Annotations must come from values file (look at other chart for examples)
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.
Moved to values
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
Signed-off-by: Jeroen van Erp <[email protected]>
No description provided.