Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Due to the traefik and ingress has different session sticky/affinity annotations
If your ingress class is `traefik`, running the command:

```
helm install rustfs rustfs/rustfs -n rustfs --create-namespace --set ingress.className="traefik"
helm install rustfs -n rustfs --create-namespace ./ --set ingress.className="traefik"
```

## Installation with nginx controller

If your ingress class is `nginx`, running the command:

```
helm install rustfs rustfs/rustfs -n rustfs --create-namespace --set ingress.className="nginx"
helm install rustfs -n rustfs --create-namespace ./ --set ingress.className="nginx"
```

# Installation check and rustfs login
Expand Down