generated from phoenix-oss/tenant-tpl
test complete. removing LB to release IP
This commit is contained in:
parent
89b9b91718
commit
f09b344f19
2 changed files with 0 additions and 30 deletions
|
@ -22,4 +22,3 @@ resources:
|
|||
- postgres/ks.yaml
|
||||
# - windows-vm-standard-john/ks-vm.yaml
|
||||
# - windows-vm-standard-john/ks-pvc.yaml
|
||||
# - windows-vm-standard-john/windows-lb.yaml
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: windows-lb-john
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
labels:
|
||||
app.kubernetes.io/component: windows-lb-john
|
||||
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-john
|
Loading…
Add table
Add a link
Reference in a new issue