mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
feat: refactor based on fileparam (#1675)
Co-authored-by: ubuntu <you@example.com>
This commit is contained in:
parent
116fa8df72
commit
beed97f704
1 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ spec:
|
|||
value: os_framework_search3
|
||||
containers:
|
||||
- name: search3
|
||||
image: beclab/search3:v0.0.61
|
||||
image: beclab/search3:v0.0.62
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
@ -290,7 +290,7 @@ spec:
|
|||
serviceAccountName: os-internal
|
||||
containers:
|
||||
- name: search3monitor
|
||||
image: beclab/search3monitor:v0.0.61
|
||||
image: beclab/search3monitor:v0.0.62
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: NODE_IP
|
||||
|
|
|
|||
Loading…
Reference in a new issue