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 }}
+1 -1
View File
@@ -302,7 +302,7 @@ configMaps:
{ "name": "slurm-agent.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
{ "name": "git.obx", "type": "A", "value": "10.0.1.9" },
{ "name": "git.oceanbox.io", "type": "A", "value": "10.0.1.9" },
{ "name": "git.oceanbox.io", "type": "A", "value": "10.0.1.3" },
{ "name": "kueue.dev.tos.obx", "type": "A", "value": "10.255.241.99" },