stable/satisfy/README.md
As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.
This chart is deprecated and no longer supported.
To install the chart with the release name my-release:
$ helm install --name my-release stable/satisfy
To uninstall/delete the my-release deployment:
$ helm delete my-release
The command removes nearly all the Kubernetes components associated with the chart and deletes the release.
| Parameter | Description | Default |
|---|---|---|
image.pullPolicy | Image pull policy | Always |
image.repository | Image repository | docker.io/anapsix/satisfy |
image.tag | Image tag | v3.0.4 |
image.digest | Image digest | sha256:fae78e3809e9d08990c7d7d6699a734f7e584c28ce49381a1a699e1694481ab8 |
image.pullSecrets | Specify image pull secrets | [] |
service.type | Type of service | ClusterIP |
service.port | Service port | 80 |
ingress.enabled | Enables Ingress | false |
ingress.annotations | Ingress annotations | {} |
ingress.labels | Ingress labels | [] |
ingress.hosts | Ingress accepted hostnames | [] |
ingress.tls | Ingress TLS configuration | [] |
terminationGracePeriodSeconds | Termination grace period (in seconds) | 15 |
livenessProbe.enabled | Enables LivenessProbe | true |
readinessProbe.enabled | Enables readinessProbe | true |
affinity | Node/pod affinities | {} |
nodeSelector | Node labels for pod assignment | {} |
resources | Pod resource requests & limits | {} |
tolerations | List of node taints to tolerate | [] |
persistence.enabled | Use a PVC to persist data | true |
persistence.existingClaim | Use an existing PVC to persist data | nil |
persistence.storageClass | Storage class of backing PVC | nil |
persistence.accessMode | Use volume as ReadOnly or ReadWrite | ReadWriteOnce |
persistence.size | Size of data volume | 8Gi |
satisfy.repoName | Satis repository name | myrepo |
satisfy.homepage | Satis repository URL | http://composer.local |
satisfy.sshPrivateKey | SSH Private key used with GIT repos | nil |
When both
image.tagandimage.digestare present,image.digestwill be used. See Docker docs for more details about using image digest.
FQDN to access the service should be used as satisfy.homepage value, whether via Ingress, or LoadBalancer-type service with DNS records matching satisfy.homepage, or some other method.