mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #82 from DirectXMan12/deploy/tmp-emptydir
Explicitly mount /tmp as an emptyDir
This commit is contained in:
commit
0fa468ac87
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ spec:
|
||||||
- mountPath: /etc/adapter/
|
- mountPath: /etc/adapter/
|
||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- mountPath: /tmp
|
||||||
|
name: tmp-vol
|
||||||
volumes:
|
volumes:
|
||||||
- name: volume-serving-cert
|
- name: volume-serving-cert
|
||||||
secret:
|
secret:
|
||||||
|
|
@ -46,3 +48,5 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: adapter-config
|
name: adapter-config
|
||||||
|
- name: tmp-vol
|
||||||
|
emptyDir: {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue