Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
myf5 committed Dec 22, 2021
2 parents 51d9cbd + 832c964 commit 3f597ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions config/ces-conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ tenant:
"class": "Service_L4",
"pool": "k8s_gw_pool"
}'
virtualAddresses:
virtualAddress: "0.0.0.0"
icmpEcho: "disable"
arpEnabled: false
template: ''
gwPool:
serverAddresses:
- "10.16.10.23"
Expand Down
18 changes: 12 additions & 6 deletions doc/zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ tenant:
virtualService:
template: ''
virtualAddresses:
- "0.0.0.0"
gwPool:
serverAddresses:
virtualAddress: "0.0.0.0"
icmpEcho: "disable"
arpEnabled: false
template: ''
gwPool:
serverAddresses:
- "192.168.10.1"
- name: project2
namespaces: project2
routeDomain:
Expand All @@ -103,15 +103,16 @@ tenant:
virtualService:
template: ""
virtualAddresses:
- "1.0.0.0"
gwPool:
serverAddresses:
template: '{
"class": "Service_Address",
"virtualAddress": "0.0.0.0",
"icmpEcho": "disable",
"arpEnabled": false
}'
gwPool:
serverAddresses:
- "1.16.10.22"
- "192.168.10.22"
- name: project3
namespaces: project3,test-ns-a
routeDomain:
Expand All @@ -138,6 +139,11 @@ tenant:
"class": "Service_L4",
"pool": "k8s_gw_pool"
}'
virtualAddresses:
virtualAddress: "0.0.0.0"
icmpEcho: "disable"
arpEnabled: false
template: ''
gwPool:
serverAddresses:
- "10.16.10.23"
Expand Down

0 comments on commit 3f597ec

Please sign in to comment.