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:
|
||||
app: escape-game
|
||||
ingress:
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "8080"
|
||||
protocol: TCP
|
||||
- toPorts:
|
||||
- ports:
|
||||
- port: "8080"
|
||||
protocol: TCP
|
||||
egress:
|
||||
# Allow DNS
|
||||
- toEndpoints:
|
||||
|
||||
Reference in New Issue
Block a user