Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.61 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.61 KB

sablier

Version: 1.0.3 Type: application AppVersion: 1.8.1

A free and open-source software to start workloads on demand and stop them after a period of inactivity.

Source Code

Get Repo Info

helm repo add sablier https://sablierapp.github.io/helm-charts
helm repo update

See helm repo for command documentation.

Installing the Chart

To install the chart with the release name my-release:

helm install my-release sablier/sablier

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Upgrading an existing Release to a new major version

A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions. Until this chart's version reaches v1.0, there are no promises of backwards compatibility.

Values

Key Type Default Description
deploymentAnnotations object {} Annotations for all deployed Deployments
deploymentLabels object {} Labels for all deployed Deployments
deploymentStrategy object {"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"} Deployment strategy for all deployed Deployments
image.repository string "sablierapp/sablier" Sablier image repository
image.tag string "" Sablier image tag (deafult) appVersion
imagePullPolicy string "IfNotPresent" Sablier imagePullPolicy
livenessProbe object {"failureThreshold":3,"httpGet":{"path":"/health","port":10000},"initialDelaySeconds":5,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":1} Sablier livenessProbe
logLevel string "trace" Sablier log level
podAnnotations object {} Annotations for all deployed pods
podLabels object {} Labels for all deployed pods
readinessProbe object {"failureThreshold":3,"httpGet":{"path":"/health","port":10000},"initialDelaySeconds":5,"periodSeconds":5,"successThreshold":1,"timeoutSeconds":1} Sablier readinessProbe
replicas int 1 Sablier's replicas
resources object {} Resource limits and requests for sablier