generated from phoenix-oss/tenant-tpl
new test of fortigate for KSD
This commit is contained in:
parent
9980d50b07
commit
f76153ff5d
10 changed files with 97 additions and 195 deletions
30
firewall-s3/vm/ksd/loadbalancers/fortigate-wan.yaml
Normal file
30
firewall-s3/vm/ksd/loadbalancers/fortigate-wan.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: fortigate-lb
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
labels:
|
||||
app.kubernetes.io/component: fortigate-lb
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
ports:
|
||||
- port: 4500
|
||||
name: ipsec-nat
|
||||
targetPort: 4500
|
||||
protocol: UDP
|
||||
- port: 500
|
||||
name: key-management
|
||||
targetPort: 500
|
||||
protocol: UDP
|
||||
#- port: 22
|
||||
# name: ssh
|
||||
# targetPort: 22
|
||||
# protocol: TCP
|
||||
- port: 443
|
||||
name: https
|
||||
targetPort: 443
|
||||
protocol: TCP
|
||||
selector:
|
||||
kubevirt.io/domain: fortigate-ksd
|
Loading…
Add table
Add a link
Reference in a new issue