fix: support host port and protocol in functional tests (#1586)

This commit is contained in:
AhmedGrati
2023-02-11 19:19:29 -05:00
committed by GitHub
parent 20dfb84f38
commit b141d99106
16 changed files with 172 additions and 52 deletions
@@ -115,6 +115,8 @@ spec:
name: web
ports:
- containerPort: 5000
hostPort: 5000
protocol: TCP
resources: {}
volumeMounts:
- mountPath: /code
@@ -138,6 +138,8 @@ spec:
name: web
ports:
- containerPort: 5000
hostPort: 5000
protocol: TCP
resources: {}
volumeMounts:
- mountPath: /code