ops-center / searchlight

🔦 Alerts for Kubernetes
https://appscode.com/products/searchlight
Apache License 2.0
321 stars 24 forks source link

Helm chart is not operable #419

Closed maximilize closed 5 years ago

maximilize commented 5 years ago

It seems the helm chart was never tested. I just made a pull request because of a syntax error in a manifest file, but it seems there are much more problems.

In the deployment.yaml, the pod ports are specified by numbers, without names. In service.yaml, named ports are used. Of course the services will never have an endpoint.