forked from LaconicNetwork/kompose
fix: expose container to host only with labels (#1880)
Signed-off-by: ahmed.g <ahmed.g@adjoe.io> Signed-off-by: TessaIO <ahmedgrati1999@gmail.com>
This commit is contained in:
@@ -39,11 +39,10 @@ spec:
|
||||
name: threats-client
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
hostPort: 8080
|
||||
protocol: TCP
|
||||
- args:
|
||||
- sleep
|
||||
- infinity
|
||||
image: busybox
|
||||
name: threats-server
|
||||
restartPolicy: Always
|
||||
restartPolicy: Always
|
||||
|
||||
Reference in New Issue
Block a user