From 355f7c4e69203093ca95dfa8131ea5e6939f2f63 Mon Sep 17 00:00:00 2001 From: eball Date: Wed, 19 Nov 2025 00:24:30 +0800 Subject: [PATCH] coredns,bfl,l4: resolving domain to cluster ip in pods (#2085) --- .../bfl/.olares/config/launcher/templates/bfl_deploy.yaml | 8 ++++++-- framework/l4-bfl-proxy/.olares/Olares.yaml | 2 +- .../.olares/config/cluster/deploy/sys_event_deploy.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml b/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml index 4be5a85d8..676daf8b8 100644 --- a/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml +++ b/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml @@ -304,7 +304,7 @@ spec: - name: BACKUP_SERVER value: backup-server.os-framework:8082 - name: L4_PROXY_IMAGE_VERSION - value: v0.3.8 + value: v0.3.9 - name: L4_PROXY_SERVICE_ACCOUNT value: os-network-internal - name: L4_PROXY_NAMESPACE @@ -317,7 +317,7 @@ spec: apiVersion: v1 fieldPath: spec.nodeName - name: ingress - image: beclab/bfl-ingress:v0.3.25 + image: beclab/bfl-ingress:v0.3.26 imagePullPolicy: IfNotPresent env: - name: AUTHELIA_AUTH_URL @@ -385,6 +385,10 @@ spec: port: 443 targetPort: 443 protocol: TCP + - name: ingress-https-proxy + port: 444 + targetPort: 444 + protocol: TCP selector: tier: bfl diff --git a/framework/l4-bfl-proxy/.olares/Olares.yaml b/framework/l4-bfl-proxy/.olares/Olares.yaml index 589ee3e40..918233358 100644 --- a/framework/l4-bfl-proxy/.olares/Olares.yaml +++ b/framework/l4-bfl-proxy/.olares/Olares.yaml @@ -3,5 +3,5 @@ target: prebuilt output: containers: - - name: beclab/l4-bfl-proxy:v0.3.8 + name: beclab/l4-bfl-proxy:v0.3.9 # must have blank new line \ No newline at end of file diff --git a/platform/tapr/.olares/config/cluster/deploy/sys_event_deploy.yaml b/platform/tapr/.olares/config/cluster/deploy/sys_event_deploy.yaml index c5bd90fc6..522213777 100644 --- a/platform/tapr/.olares/config/cluster/deploy/sys_event_deploy.yaml +++ b/platform/tapr/.olares/config/cluster/deploy/sys_event_deploy.yaml @@ -78,7 +78,7 @@ spec: runAsUser: 0 containers: - name: tapr-sysevent - image: beclab/sys-event:0.2.12 + image: beclab/sys-event:0.2.13 imagePullPolicy: IfNotPresent ---