Update e2e tests (#1538)

* fix: update ingress class name assign
This commit is contained in:
AhmedGrati
2022-11-21 18:54:28 +08:00
committed by GitHub
parent af82f7e6db
commit 36593e8759
8 changed files with 30 additions and 29 deletions
+16 -14
View File
@@ -1,14 +1,16 @@
web:
image: tuna/docker-counter23
ports:
- "5000:5000"
links:
- redis
labels:
kompose.service.expose: "batman.example.com/dev,batwoman.example.com"
kompose.service.expose.tls-secret: "test-secret"
kompose.service.expose.ingress-class-name: "nginx"
redis:
image: redis:3.0
ports:
- "6379"
version: '3.5'
services:
web:
image: tuna/docker-counter23
ports:
- "5000:5000"
links:
- redis
labels:
kompose.service.expose: "batman.example.com/dev,batwoman.example.com"
kompose.service.expose.tls-secret: "test-secret"
kompose.service.expose.ingress-class-name: "nginx"
redis:
image: redis:3.0
ports:
- "6379"
+3 -3
View File
@@ -83,7 +83,7 @@
"imageChangeParams": {
"automatic": true,
"containerNames": [
"redis"
"redis"
],
"from": {
"kind": "ImageStreamTag",
@@ -146,7 +146,7 @@
},
"tags": [
{
"name": "latest",
"name": "3.0",
"annotations": null,
"from": {
"kind": "DockerImage",
@@ -192,7 +192,7 @@
"imageChangeParams": {
"automatic": true,
"containerNames": [
"web"
"web"
],
"from": {
"kind": "ImageStreamTag",