generated from phoenix-oss/tenant-tpl
added lb for windows dev machine
This commit is contained in:
parent
6386490401
commit
97b0f457d1
1 changed files with 29 additions and 0 deletions
29
network/loadbalancers/windows-dev-lb.yaml
Normal file
29
network/loadbalancers/windows-dev-lb.yaml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: windows-lb
|
||||||
|
namespace: ${TENANT_NAMESPACE}
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/component: windows-lb
|
||||||
|
spec:
|
||||||
|
type: LoadBalancer
|
||||||
|
ports:
|
||||||
|
- port: 8080
|
||||||
|
name: http
|
||||||
|
targetPort: 8080
|
||||||
|
protocol: TCP
|
||||||
|
- port: 443
|
||||||
|
name: https
|
||||||
|
targetPort: 443
|
||||||
|
protocol: TCP
|
||||||
|
- port: 65022
|
||||||
|
name: ssh
|
||||||
|
targetPort: 22
|
||||||
|
protocol: TCP
|
||||||
|
- port: 3389
|
||||||
|
name: rdp
|
||||||
|
targetPort: 3389
|
||||||
|
protocol: TCP
|
||||||
|
selector:
|
||||||
|
kubevirt.io/domain: windows-vm-standard-dev
|
Loading…
Add table
Add a link
Reference in a new issue