fix indentation issue in ingress toPorts section of CiliumNetworkPolicy configuration
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 6m55s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 6m55s
This commit is contained in:
@@ -21,10 +21,10 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
app: escape-game
|
app: escape-game
|
||||||
ingress:
|
ingress:
|
||||||
toPorts:
|
- toPorts:
|
||||||
- ports:
|
- ports:
|
||||||
- port: "8080"
|
- port: "8080"
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
egress:
|
egress:
|
||||||
# Allow DNS
|
# Allow DNS
|
||||||
- toEndpoints:
|
- toEndpoints:
|
||||||
|
|||||||
Reference in New Issue
Block a user