fixed the yaml and tofu mangling in the /dev/shm on kubernetes blog article
This commit is contained in:
parent
15f342d9e3
commit
3e46bc5266
1 changed files with 5 additions and 6 deletions
|
@ -21,14 +21,13 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
container:
|
container:
|
||||||
volume_mount:
|
volume_mount:
|
||||||
mount_path = "/dev/shm"
|
mount_path: "/dev/shm"
|
||||||
name = "dev-shm"
|
name: "dev-shm"
|
||||||
read_only = false
|
|
||||||
volume:
|
volume:
|
||||||
empty_dir:
|
empty_dir:
|
||||||
medium = "Memory"
|
medium: "Memory"
|
||||||
size_limit = "1Gi"
|
size_limit: "1Gi"
|
||||||
name = "dev-shm"
|
name: "dev-shm"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
Loading…
Add table
Reference in a new issue