mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
fix: process history data resource url without protocol (#2132)
Co-authored-by: ubuntu <you@example.com>
This commit is contained in:
parent
f7c7939493
commit
8911b33d3e
2 changed files with 3 additions and 3 deletions
|
|
@ -240,7 +240,7 @@ spec:
|
|||
value: os_framework_search3
|
||||
containers:
|
||||
- name: search3
|
||||
image: beclab/search3:v0.0.73
|
||||
image: beclab/search3:v0.0.77
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
@ -301,7 +301,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: search3monitor
|
||||
image: beclab/search3monitor:v0.0.73
|
||||
image: beclab/search3monitor:v0.0.77
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: search3-validation
|
||||
image: beclab/search3validation:v0.0.73
|
||||
image: beclab/search3validation:v0.0.77
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
|
|
|
|||
Loading…
Reference in a new issue