Add kompose.service.expose.ingress-class-name (#1486)

Signed-off-by: Sergey Shevchenko <shevchenko@simple.life>
This commit is contained in:
Sergey Shevchenko
2022-03-15 10:51:00 -04:00
committed by GitHub
parent 8e94728ddb
commit 98578640c0
8 changed files with 68 additions and 44 deletions
+1
View File
@@ -7,6 +7,7 @@ web:
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:
+5
View File
@@ -40,6 +40,7 @@
},
"annotations": {
"kompose.service.expose": "batman.example.com/dev,batwoman.example.com",
"kompose.service.expose.ingress-class-name": "nginx",
"kompose.service.expose.tls-secret": "test-secret"
}
},
@@ -114,6 +115,7 @@
},
"annotations": {
"kompose.service.expose": "batman.example.com/dev,batwoman.example.com",
"kompose.service.expose.ingress-class-name": "nginx",
"kompose.service.expose.tls-secret": "test-secret"
}
},
@@ -132,6 +134,7 @@
},
"annotations": {
"kompose.service.expose": "batman.example.com/dev,batwoman.example.com",
"kompose.service.expose.ingress-class-name": "nginx",
"kompose.service.expose.tls-secret": "test-secret"
}
},
@@ -166,10 +169,12 @@
},
"annotations": {
"kompose.service.expose": "batman.example.com/dev,batwoman.example.com",
"kompose.service.expose.ingress-class-name": "nginx",
"kompose.service.expose.tls-secret": "test-secret"
}
},
"spec": {
"ingressClassName": "nginx",
"tls": [
{
"hosts": [
+2
View File
@@ -40,6 +40,7 @@
},
"annotations": {
"kompose.service.expose": "batman.example.com/dev,batwoman.example.com",
"kompose.service.expose.ingress-class-name": "nginx",
"kompose.service.expose.tls-secret": "test-secret"
}
},
@@ -174,6 +175,7 @@
},
"annotations": {
"kompose.service.expose": "batman.example.com/dev,batwoman.example.com",
"kompose.service.expose.ingress-class-name": "nginx",
"kompose.service.expose.tls-secret": "test-secret"
}
},