update scripts

This commit is contained in:
2025-07-21 17:52:10 +03:30
parent cbbda9db6f
commit e41aa509c6
2 changed files with 38 additions and 0 deletions

View File

@@ -108,6 +108,19 @@ spec:
type: DirectoryOrCreate
```
```yaml
spec:
containers:
volumeMounts:
- name: nginx-log
mountPath: /var/log/nginx
volumes:
- name: nginx-log
emptyDir:
sizeLimit: 500Mi
```
---
## 📂 Example 2: NFS-backed Persistent Volume