From f09b344f191d320c5724bf25724340671e55d904 Mon Sep 17 00:00:00 2001 From: "maximilian.bartz" Date: Fri, 8 Aug 2025 16:02:28 +0200 Subject: [PATCH] test complete. removing LB to release IP --- kustomization.yaml | 1 - network/loadbalancers/windows-lb-john.yaml | 29 ---------------------- 2 files changed, 30 deletions(-) delete mode 100644 network/loadbalancers/windows-lb-john.yaml diff --git a/kustomization.yaml b/kustomization.yaml index 4ed98a0..6135f02 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -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 diff --git a/network/loadbalancers/windows-lb-john.yaml b/network/loadbalancers/windows-lb-john.yaml deleted file mode 100644 index e9ad9f8..0000000 --- a/network/loadbalancers/windows-lb-john.yaml +++ /dev/null @@ -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