diff --git a/clusters/ipv6/git-ops/gitea/gitea-svc.yml b/clusters/ipv6/git-ops/gitea/gitea-svc.yml index 0bdc086..e8ee64f 100644 --- a/clusters/ipv6/git-ops/gitea/gitea-svc.yml +++ b/clusters/ipv6/git-ops/gitea/gitea-svc.yml @@ -5,11 +5,13 @@ metadata: name: gitea-app namespace: git-ops spec: + annotations: + metallb.io/loadBalancerIPs: 192.168.1.202 type: LoadBalancer selector: app: gitea-app ports: - - port: 222 + - port: 22 targetPort: 22 name: ssh