# # moodist moodist logo ![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v2.0.1](https://img.shields.io/badge/AppVersion-v2.0.1-informational?style=flat) Ambient sounds for focus and calm. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=moodist&version=0.2.0)** ## Source Code * ## Requirements Kubernetes: `>=1.22.0-0` ## Dependencies | Repository | Name | Version | |------------|------|---------| | | common | 3.3.2 | ## Installing the Chart To install the chart with the release name `moodist` ### OCI (Recommended) ```console helm install moodist oci://ghcr.io/plcnk/charts/moodist ``` ### Traditional ```console helm repo add plcnk https://charts.plcnk.net helm repo update helm install moodist plcnk/moodist ``` ## Uninstalling the Chart To uninstall the `moodist` deployment ```console helm uninstall moodist ``` The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release. ## Configuration Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common). Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. ```console helm install moodist \ --set env.TZ="America/New York" \ plcnk/moodist ``` Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. ```console helm install moodist plcnk/moodist -f values.yaml ``` ## Custom configuration N/A ## Values **Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common) | Key | Type | Default | Description | |-----|------|---------|-------------| | controllers.main.containers.app.env | object | See [values.yaml](./values.yaml) | Environment variables | | controllers.main.containers.app.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | controllers.main.containers.app.image.repository | string | `"ghcr.io/remvze/moodist"` | Image repository | | controllers.main.containers.app.image.tag | string | `"v2.0.1"` | Image tag | | controllers.main.containers.app.securityContext.allowPrivilegeEscalation | bool | `false` | Disable privilege escalations | | controllers.main.containers.app.securityContext.capabilities | object | `{"drop":["ALL"]}` | Drop all capabilities | | controllers.main.containers.app.securityContext.readOnlyRootFilesystem | bool | `true` | Mount the container's root filesystem as read-only | | controllers.main.pod.securityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group | | controllers.main.pod.securityContext.runAsGroup | int | `65534` | Run as `nobody` group | | controllers.main.pod.securityContext.runAsNonRoot | bool | `true` | Run container as a non-root user | | controllers.main.pod.securityContext.runAsUser | int | `65534` | Run as `nobody` user | | controllers.main.replicas | int | `1` | Number of desired pods | | controllers.main.resources | object | `{}` | Set the resource requests / limits for the container. | | controllers.main.type | string | `"deployment"` | Controller type | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence | object | See [values.yaml](./values.yaml) | Configure persistence for the chart under this key. | | service | object | See [values.yaml](./values.yaml) | Configure the services for the chart here. | --- Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)