From c0a5f7e2491dd0f27ba27dde10be5e6d2f88df01 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Sun, 18 Dec 2022 17:57:12 +0000 Subject: [PATCH] code: remove metallb loadbalancer --- basic/apps/code/metallb-gitea.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 basic/apps/code/metallb-gitea.yaml diff --git a/basic/apps/code/metallb-gitea.yaml b/basic/apps/code/metallb-gitea.yaml deleted file mode 100644 index 176a611..0000000 --- a/basic/apps/code/metallb-gitea.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# https://metallb.org/usage/ -apiVersion: v1 -kind: Service -metadata: - name: gitea-ssh - namespace: stackspout - annotations: - metallb.universe.tf/allow-shared-ip: "share-ipv4" -spec: - type: LoadBalancer - loadBalancerIP: "${ip_address}" - ports: - - name: ssh - protocol: TCP - port: 22 - targetPort: 22 - selector: - app: gitea