mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-27 14:37:17 +00:00
Update README.md
This commit is contained in:
@@ -50,6 +50,21 @@ flowchart LR
|
||||
- `Secrets` and `ConfigMaps` are watched by Reloader.
|
||||
- When changes are detected, Reloader automatically triggers a rollout of the associated workloads, ensuring your app always runs with the latest configuration.
|
||||
|
||||
## 🏢 Reloader Enterprise
|
||||
|
||||
Reloader OSS is free and production-proven with 24B+ downloads.
|
||||
|
||||
For teams with stricter requirements:
|
||||
|
||||
| Need | Enterprise |
|
||||
|------|-----------|
|
||||
| CVE-free, signed images with SBOM | ✅ |
|
||||
| SLA-backed support from Kubernetes experts | ✅ |
|
||||
| Artifact provenance for compliance audits | ✅ |
|
||||
| Dedicated escalation path | ✅ |
|
||||
|
||||
→ [Contact Sales](mailto:sales@stakater.com) for info about Reloader Enterprise.
|
||||
|
||||
## ⚡ Quick Start
|
||||
|
||||
### 1. Install Reloader
|
||||
@@ -85,21 +100,6 @@ spec:
|
||||
|
||||
This tells Reloader to watch the `ConfigMap` and `Secret` referenced in this deployment. When either is updated, it will trigger a rollout.
|
||||
|
||||
## 🏢 Reloader Enterprise
|
||||
|
||||
Reloader OSS is free and production-proven with 24B+ downloads.
|
||||
|
||||
For teams with stricter requirements:
|
||||
|
||||
| Need | Enterprise |
|
||||
|------|-----------|
|
||||
| CVE-free, signed images with SBOM | ✅ |
|
||||
| SLA-backed support from Kubernetes experts | ✅ |
|
||||
| Artifact provenance for compliance audits | ✅ |
|
||||
| Dedicated escalation path | ✅ |
|
||||
|
||||
→ [Contact [`sales@stakater.com`](mailto:sales@stakater.com) for info about Reloader Enterprise.
|
||||
|
||||
## 🧩 Usage
|
||||
|
||||
Reloader supports multiple annotation-based controls to let you **customize when and how your Kubernetes workloads are reloaded** upon changes in `Secrets` or `ConfigMaps`.
|
||||
|
||||
Reference in New Issue
Block a user