Skip to content

Commit

Permalink
docs: update helm page
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Dec 17, 2024
1 parent e18edbd commit 663bb20
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/getting-started/installation/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ A Helm chart to deploy homarr for Kubernetes

* <https://github.com/homarr-labs/homarr>

## πŸ“„ Requirements
## Requirements

Kubernetes: `>=1.22.0-0`

## 🍱 Dependencies
## Dependencies

| Repository | Name | Version |
|--------------------------------------|-------|---------|
| <https://charts.bitnami.com/bitnami> | mysql | 11.1.17 |

## πŸš€ Installing the Chart
## Installing the Chart

To install the chart with the release name `homarr`

Expand All @@ -42,7 +42,7 @@ helm repo update
helm install homarr homarr-labs/homarr
```

## βž– Uninstalling the Chart
## Uninstalling the Chart

To uninstall the `homarr` deployment

Expand All @@ -52,7 +52,7 @@ helm uninstall homarr

The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.

## πŸ”§ Configuration
## Configuration

Read through the [values.yaml](https://github.com/homarr-labs/charts/blob/dev/charts/homarr/values.yaml) file. It has several commented out suggested values.

Expand All @@ -70,9 +70,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install homarr homarr-labs/homarr -f values.yaml
```

## 🎨 Custom configuration
## Custom configuration

### πŸ” Secrets
### Secrets

To avoid including sensitive information in plain text within your version control, consider using a declarative approach by applying secrets directly with kubectl apply. For example, instead of including repository credentials in your Helm values, you can leverage a kubernetes secrets manager.

Expand Down Expand Up @@ -107,7 +107,7 @@ kubectl create secret generic auth-credentials-secret \

For further information see [next-auth-secret](https://next-auth.js.org/configuration/options#secret)

### πŸ—ƒοΈ Database
### Database

You have multiple options for configuring the database:

Expand Down Expand Up @@ -216,7 +216,7 @@ database:
````
</details>

### πŸ“Έ Images
### Images

You can import your local images into `homarr-images` PVC

Expand All @@ -234,7 +234,7 @@ imagesCopy:
````
</details>

### 🌐 Ingress
### Ingress

The ingress section in the values.yaml file allows you to configure how external traffic accesses your application through an Ingress resource. This section defines whether Ingress is enabled, the class to use, and how to set up hosts, paths, and TLS for secure connections.

Expand Down Expand Up @@ -264,7 +264,7 @@ ingress:

All available values are listed on the [artifacthub](https://artifacthub.io/packages/helm/homarr/homarr?modal=values). If you find any issue please open an issue on [github](https://github.com/homarr-labs/charts/issues/new?assignees=maintainers&labels=bug&projects=&template=bug_report.yaml)

## πŸ—ƒ Values
## Values

| Key | Type | Default | Description |
|----------------------------------------------------|--------|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 663bb20

Please sign in to comment.