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 }}
|
||||||
@@ -302,7 +302,7 @@ configMaps:
|
|||||||
{ "name": "slurm-agent.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
{ "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.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" },
|
{ "name": "kueue.dev.tos.obx", "type": "A", "value": "10.255.241.99" },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user