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

enhancement: minimal how to deploy as a README.md to execserver #15

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

Conversation

KlausThornProgrammfabrik
Copy link
Contributor

Description

Put the minimal steps to deploy in the README.md to make sure the reader/customer is assured how to proceed

@github-actions github-actions bot added size/XS Denotes a PR that changes 0-99 lines, ignoring generated files. enhancement Enhances an existing feature labels Nov 4, 2022
If you do not deploy execserver as part of the fylr helm chart, but separately, then use this helm chart.

1. get [values.yaml](https://github.com/programmfabrik/fylr-helm/blob/main/charts/execserver/values.yaml)
2. change at least `- host: chart-example.local`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is not required. The execserver does not need to be exposed to the WWW by an ingress rule. Instead, the user can simply use the service name + namespace as the address.

Example:

Let's assume that the user has set "exs-1" as the name and "customer-1" as the namespace. The resulting service address should be similar to:

exs-1.customer-1.svc:8070

```
helm repo add programmfabrik https://programmfabrik.github.io/fylr-helm

helm install execserver-helm programmfabrik/execserver -f values.yaml --namespace=execserver-helm --create-namespace
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-f values.yaml is not required. The default values should be sufficient for most installations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances an existing feature size/XS Denotes a PR that changes 0-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants