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

Add Helm Chart deployment suite #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jnan806
Copy link
Collaborator

@jnan806 jnan806 commented Jan 17, 2023

Signed-off-by: Jiangnan Jia jnan0806@gmail.com

Describe what this PR does / why we need it

Support Helm Chart deploy

Does this pull request fix one issue?

Fixes #40

Describe how you did it

Add Helm Chart deployment suite

Describe how to verify it

  1. finish the init step by exec:
    wget --no-check-certificate https://raw.githubusercontent.com/opensergo/opensergo-control-plane/main/cmd/init/init.sh && chmod +x init.sh && ./init.sh
  2. go into directorycmd/install/helm, and exec:
    helm install opensergo-control-plane ./opensergo-control-plane

Special notes for reviews

ClusterIP is the default mode of Service, you can change mode to NodePort or LoadBalancer to expose this Service.
If you want to expose this Service, you can modify file cmd/install/helm/opensergo-control-plane/values.yaml

cmd/install/helm/opensergo-control-plane/values.yaml

service:
  type: NodePort # or LoadBalancer

Signed-off-by: Jiangnan Jia <jnan0806@gmail.com>
@jnan806 jnan806 added the area/build-release Category issues or PRs related to build and release the control plane. label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-release Category issues or PRs related to build and release the control plane.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Helm Chart deployment suite for control plane
1 participant