-
Notifications
You must be signed in to change notification settings - Fork 26
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 charts for k8sniff #39
Conversation
charts/kubernikus/values.yaml
Outdated
k8sniff: | ||
tag: "8d5bf771eb906c58acfdd68e553f9408432043fa" | ||
metrics_port: 9091 | ||
external_service_ip: "" |
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.
TODO: need to get in touch with david tomorrow
role: k8sniff-ingress-lb | ||
spec: | ||
containers: | ||
- image: kubermatic/k8sniff:{{ default "v1.0" .Values.k8sniff.tag }} |
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.
We should make the image name configurable via helm value with kubermatic/k8sniff
as default
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.
sure
Looks pretty good to me |
For the record: The external IPs should be valid starting tomorrow. Will merge then. |
No description provided.