Fixed policy for legacy host routing

This commit is contained in:
Jim Martens 2023-11-17 18:13:11 +01:00
parent f77db05fb1
commit 1bced8d44b
1 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ specs:
ingress:
# kubelet -> probes
- fromEntities:
- host
- world
toPorts:
- ports:
- port: '8080'
@ -45,10 +45,10 @@ specs:
- port: '53'
protocol: UDP
- toEntities:
- host
- world
toPorts:
- ports:
- port: '16443'
- port: '443'
protocol: TCP
- endpointSelector:
# apply to core dns pods
@ -57,7 +57,7 @@ specs:
ingress:
# kubelet -> probes
- fromEntities:
- host
- world
toPorts:
- ports:
- port: '8082'
@ -69,7 +69,7 @@ specs:
ingress:
# kubelet -> probes
- fromEntities:
- host
- world
toPorts:
- ports:
- port: '8084'