-
Notifications
You must be signed in to change notification settings - Fork 5
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
request: allow for more configurations #34
Comments
Hey, @vmarchaud I'm happy that you like our tool and using it :) To improve our chart, can you please share with us the values.yaml file configuration? I want to understand better what we need to add to improve the deployment flow. |
Apparently i messed up and you actually allow configuring the service type so you can ignore 1). |
Thanks @vmarchaud for sharing your (GKE) configuration. |
Hi,
I'm deploying statusbay on GKE with the following setup:
Every cluster is using a different GCP account to i must expose the db to internet so i can monitor the deployments on all cluster (would better to use the api instead of the database in the future).
However i had some issues with the chart as it is today:
ClusterIP
, GKE only allow ingress to service that areNodePort
orLoadBalancer
so that would be helpful if configurable/
to check if the service is working, it's working on the UI since it expose the frontend but the API is failing because of that. I believe you should add thereadinessProbe
andlivenessProbe
to both.cert-manager
to get SSL cert for both the API/UI with annonations on the ingress, however i need to define thetls
config. Should be perfect if you could add the options on the chart !I've had other issue because of the database need to be exposed to internet but that's not really whats the chart is about. However you could rely on the official stable
mysql
chart to ease that partThanks for statusbay by the way, cool software !
The text was updated successfully, but these errors were encountered: