fix(cilium+hs): Back to lb for ssh

This commit is contained in:
2026-02-10 12:05:38 +01:00
parent f1eb50fcd5
commit cf94f5b9b7
2 changed files with 20 additions and 1 deletions
@@ -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 }}