forked from LaconicNetwork/kompose
fix: support host port and protocol in functional tests (#1586)
This commit is contained in:
@@ -46,6 +46,8 @@ spec:
|
||||
name: librenms
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
hostPort: 8000
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user