mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 12:07:26 +08:00
feat: Ensure all images are loaded to K8s before starting e2e tests (#1389)
This commit is contained in:
@@ -66,6 +66,7 @@ spec:
|
||||
containers:
|
||||
- name: eureka
|
||||
image: bitinit/eureka
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8761
|
||||
name: http
|
||||
|
||||
@@ -30,6 +30,7 @@ spec:
|
||||
containers:
|
||||
- name: opa
|
||||
image: openpolicyagent/opa:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8181
|
||||
command: [ "opa", "run", "-s" ]
|
||||
@@ -57,6 +58,7 @@ spec:
|
||||
containers:
|
||||
- name: opa-test
|
||||
image: curlimages/curl:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
|
||||
Reference in New Issue
Block a user