You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Helm chart repository enables you to install a ENBUILD
Helm chart directly from it into your Kubernetes cluster. Please refer to the
ENBUILD documentation for all
the additional details required.
# Let helm the command line tool know about a Helm chart repository# that we decide to name enbuild.
❯ helm repo add vivsoft https://vivsoftorg.github.io/enbuild
# Update the Helm chart repository.
❯ helm repo update vivsoft
# Search for the ENBUILD Helm chart in the enbuild Helm chart repository.
❯ helm search repo vivsoft/enbuild
NAME CHART VERSION APP VERSION DESCRIPTION
vivsoft/enbuild 0.0.12 1.0.10 A Helm chart for ENBUILD
# Simplified example on how to install a Helm chart from a Helm chart repository# named vivsoft in a namespace named enbuild. See the Helm chart's documentation for additional details# required.
❯ helm upgrade --install enbuild vivsoft/enbuild --namespace enbuild --create-namespace
# To install a specific version of the Helm chart.
❯ helm upgrade --install enbuild vivsoft/enbuild --namespace enbuild --create-namespace --version 0.0.12
Uninstalling the Chart
To uninstall/delete the enbuild deployment:
❯ helm delete --namespace enbuild enbuild
Parameters
Global parameters
Name
Description
Value
global.AppVersion
[default: ""] Provide custom appVersion, to override the default one. All the ENBUILD images will be of the same version. To use indidual tag for each service set the tag on per service basis.
""
global.domain
What domain to use to expose the ENBUILD using istio or Ingress
ijuned.com
global.disable_tls_gitlab
Set to true if you are using self-signed certificates
false
global.ingress.enabled
Should we create the Ingress Resources ?
false
global.ingress.tls
Is Ingress TLS enabled ?
false
global.ingress.tls_secret
If Ingress is TLS enabled, Provide the Secret for the TLS Certificate.
""
global.ingress.classname
Ingress classname if enabled.
""
global.ingress.annotations
Ingress annotations if enabled.
[]
global.istio.enabled
Should we create the Istio Resources ?
false
global.istio.gateway
Istio gateway to use for creating Virtual Service.
istio-system/main
global.image.registry
Container registry to pull images from
registry.gitlab.com
global.image.pullPolicy
Container imagePullPolicy
Always
global.image.registry_credentials
if the image.registry is private container registry, provide the credentials