Skip to content

Latest commit

 

History

History
 
 

slime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

slime

₍Ꙭ̂₎ < Not my bad slime

₍Ꙭ̂₎ < I will transform into anything

TL;DR;

$ helm install chatwork/slime

Prerequisites

  • Kubernetes 1.11+

Installing the Chart

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

$ helm install --name my-release chatwork/slime

The command deploys the slime chart on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

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.

Configuration

The following table lists the configurable parameters of the slime chart and their default values.

Parameter Description Default
configmaps Transform ConfigMap manifest. You can set binaryData, data and metadata []
secret Transform Secret's manifest. You can set data, metadata, stringData and type []
service.enabled Enable service false
service.type Service type ClusterIP
service.ports Service port setting {}
deployment.enabled Enable deployment false
deployment.strategy Deployment pod update starategy {}
deployment.annotations Deployment annotations {}
deployment.labels Deployment labels {}
deployment.replicaCount Deployment replicacount for pod 1
deployment.extraField Deployment extra field (ex. revisionHistoryLimit) {}
deployment.pod.annotations Deployment pod annotations {}
deployment.pod.labels Deployment pod labels {}
deployment.pod.extraField Deployment pod extra field (ex. dnsPolicy) {}
deployment.pod.container Deployment pod container spec []