mirror of
https://github.com/beclab/Olares
synced 2026-05-23 08:48:25 +00:00
coredns,bfl,l4: resolving domain to cluster ip in pods (#2085)
This commit is contained in:
parent
2c3c949bc9
commit
355f7c4e69
3 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue