You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,32 +242,46 @@ Additionally, explore all possible options for CSI (Container Storage Interface)
242
242
- `NFS` is the best option for MinIO and Mongo (or Postgres).
243
243
244
244
---
245
+
### Cert-manager
245
246
247
+
cert-manager is optional component for traefik and provides an easy way to issue multiple SSL certificates and share it within multiple traefik pods.
248
+
249
+
If your installation use custom SSL stored as secrets cert-manager is not required.
250
+
251
+
Recommended way to install cert-manager is a helm chart, see official documentation for more details how to install cert-manager: https://cert-manager.io/docs/installation/helm/
252
+
253
+
---
246
254
247
255
## [🚧 ] Manual deployment guide
248
256
249
-
1. Create yaml file with custom values for your installation:
0 commit comments