fix(cilium+hs): Back to lb for ssh
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{{- if .Values.clusterConfig.cilium.enabled }}
|
||||
apiVersion: "cilium.io/v2"
|
||||
kind: CiliumClusterwideNetworkPolicy
|
||||
metadata:
|
||||
name: allow-ingress-to-cluster
|
||||
namespace: default
|
||||
spec:
|
||||
endpointSelector:
|
||||
matchExpressions:
|
||||
- key: reserved:ingress
|
||||
operator: Exists
|
||||
egress:
|
||||
- toEntities:
|
||||
- cluster
|
||||
ingress:
|
||||
- fromEntities:
|
||||
- world
|
||||
- cluster
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user