forked from LaconicNetwork/kompose
fix: support host port and protocol in functional tests (#1586)
This commit is contained in:
@@ -43,6 +43,7 @@ spec:
|
||||
name: db
|
||||
ports:
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: D:\config
|
||||
|
||||
@@ -43,6 +43,7 @@ spec:
|
||||
name: db
|
||||
ports:
|
||||
- containerPort: 80
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: D:\config
|
||||
|
||||
Reference in New Issue
Block a user