From d3fbd8d88bba67c10317093708cdf6521bdaf407 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 22 Jul 2022 10:00:50 +0200 Subject: [PATCH] Add annotations allow-shared-ip to gitea-ssh-service --- src/main/resources/gitea/services.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/gitea/services.yaml b/src/main/resources/gitea/services.yaml index 3ffb42d..f8ecfaf 100644 --- a/src/main/resources/gitea/services.yaml +++ b/src/main/resources/gitea/services.yaml @@ -15,6 +15,8 @@ apiVersion: v1 metadata: name: gitea-ssh-service namespace: default + annotations: + metallb.universe.tf/allow-shared-ip: "repo-server-svc" spec: type: LoadBalancer selector: @@ -22,4 +24,5 @@ spec: ports: - port: 2225 targetPort: 22 + protocol: TCP