mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
fix: wait drive, cache root directory create successfully (#2035)
Co-authored-by: ubuntu <you@example.com>
This commit is contained in:
parent
3f1e695581
commit
1a8dbf0f2c
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ spec:
|
|||
value: os_framework_search3
|
||||
containers:
|
||||
- name: search3
|
||||
image: beclab/search3:v0.0.70
|
||||
image: beclab/search3:v0.0.71
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
@ -292,7 +292,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: search3monitor
|
||||
image: beclab/search3monitor:v0.0.70
|
||||
image: beclab/search3monitor:v0.0.71
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
|
|
|
|||
Loading…
Reference in a new issue