mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
refactor: change the backend of JuiceFS notify daemon to inotify (#1989)
fix: update fsnotify daemon and proxy images to v0.1.4 and v0.1.11 respectively
This commit is contained in:
parent
1dc859f225
commit
70185da4a7
3 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ spec:
|
|||
serviceAccount: os-internal
|
||||
containers:
|
||||
- name: daemon
|
||||
image: beclab/fsnotify-daemon:0.1.3
|
||||
image: beclab/fsnotify-daemon:0.1.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: REDIS_PASSWORD
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ spec:
|
|||
serviceAccount: os-internal
|
||||
containers:
|
||||
- name: proxy
|
||||
image: beclab/fsnotify-proxy:0.1.10
|
||||
image: beclab/fsnotify-proxy:0.1.11
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 5079
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ spec:
|
|||
serviceAccount: bytetrade-sys-ops
|
||||
containers:
|
||||
- name: proxy
|
||||
image: beclab/fsnotify-proxy:0.1.10
|
||||
image: beclab/fsnotify-proxy:0.1.11
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 5079
|
||||
|
|
|
|||
Loading…
Reference in a new issue