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:
@@ -51,7 +51,6 @@ spec:
|
||||
name: alpine
|
||||
ports:
|
||||
- containerPort: 80
|
||||
hostPort: 80
|
||||
protocol: TCP
|
||||
restartPolicy: Always
|
||||
|
||||
@@ -78,7 +77,6 @@ spec:
|
||||
name: debian
|
||||
ports:
|
||||
- containerPort: 80
|
||||
hostPort: 80
|
||||
protocol: TCP
|
||||
restartPolicy: Always
|
||||
|
||||
|
||||
Reference in New Issue
Block a user