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: hosting/k8s/helm/README.md
+60-8Lines changed: 60 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,12 +219,15 @@ postgres:
219
219
220
220
## Persistence
221
221
222
-
All services support persistent storage and allow you to control the storage class globally or per service:
222
+
All services support persistent storage and allow you to control the storage class globally or per service. Our internal services (Registry) now support the full Bitnami persistence configuration pattern:
223
+
224
+
### Basic Persistence Configuration
223
225
224
226
```yaml
225
227
global:
226
228
storageClass: "fast-ssd"# Default for all services
0 commit comments