coredns,bfl,l4: resolving domain to cluster ip in pods (#2085)

This commit is contained in:
eball 2025-11-19 00:24:30 +08:00 committed by GitHub
parent 2c3c949bc9
commit 355f7c4e69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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
---