update scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user