Upgrade Ingress apiversion (#1436)

Signed-off-by: Hang Yan <hang.yan@hotmail.com>
This commit is contained in:
Hang Yan
2021-10-02 01:52:20 +08:00
committed by GitHub
parent 41cd3108d9
commit 6bd22ce565
49 changed files with 570 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
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"
redis:
image: redis:3.0
ports:
- "6379"