Skip to content

Commit 03a253d

Browse files
add tmp volume
1 parent 4a0606c commit 03a253d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/aether/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ spec:
7272
- name: config-volume
7373
configMap:
7474
name: aether-config
75+
- name: tmp
76+
emptyDir:
77+
sizeLimit: 50M
7578
topologySpreadConstraints:
7679
- maxSkew: 1
7780
topologyKey: location

0 commit comments

Comments
 (0)