Skip to content
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

Create helm chart #18

Merged
merged 5 commits into from
Oct 10, 2018
Merged

Create helm chart #18

merged 5 commits into from
Oct 10, 2018

Conversation

ScottBishop
Copy link
Contributor

Create Helm Chart for Vizzy

Helm helps you manage Kubernetes applications — define, install, and upgrade even the most complex Kubernetes application.

@@ -0,0 +1,16 @@
apiVersion: extensions/v1beta1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to wrap this in an if to enable/disable it?

app: {{ .Chart.Name }}
release: {{ .Release.Name }}
spec:
volumes:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to sort the keys in this block, its a bit odd to have volumes up here


volumeMounts:
name: visual-data
mountPath: /app/public/visual_images
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this path is hardcoded, ie. not configurable in the application, it probably shouldn't be configurable here.

@ScottBishop ScottBishop added the Ready To Merge Stamp of approval label Oct 10, 2018
@ScottBishop ScottBishop merged commit dc9ffaa into master Oct 10, 2018
@ScottBishop ScottBishop deleted the create-helm-chart branch October 10, 2018 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready To Merge Stamp of approval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants