mirror of
https://github.com/beclab/Olares
synced 2026-05-23 16:58:26 +00:00
jfsnotify: update jfsnotify daemon volume configurations (#2138)
This commit is contained in:
parent
0b9c1a09b9
commit
08a380df61
1 changed files with 5 additions and 5 deletions
|
|
@ -73,12 +73,12 @@ spec:
|
|||
cpu: 20m
|
||||
memory: 200Mi
|
||||
volumeMounts:
|
||||
- name: jfs-sock
|
||||
mountPath: /tmp
|
||||
- name: node-data
|
||||
mountPath: /olares
|
||||
terminationGracePeriodSeconds: 30
|
||||
volumes:
|
||||
- name: jfs-sock
|
||||
hostPath:
|
||||
path: /tmp
|
||||
- name: node-data
|
||||
hostPath: /olares
|
||||
|
||||
|
||||
{{- end }} # End of fs type condition
|
||||
|
|
|
|||
Loading…
Reference in a new issue