-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
@@ -0,0 +1,16 @@ | |||
apiVersion: extensions/v1beta1 |
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.
Might want to wrap this in an if to enable/disable it?
6a6c36a
to
b431e11
Compare
vizzy/templates/deployment.yaml
Outdated
app: {{ .Chart.Name }} | ||
release: {{ .Release.Name }} | ||
spec: | ||
volumes: |
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.
Might want to sort the keys in this block, its a bit odd to have volumes up here
vizzy/values.yaml
Outdated
|
||
volumeMounts: | ||
name: visual-data | ||
mountPath: /app/public/visual_images |
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.
If this path is hardcoded, ie. not configurable in the application, it probably shouldn't be configurable here.
Create Helm Chart for Vizzy
Helm helps you manage Kubernetes applications — define, install, and upgrade even the most complex Kubernetes application.