diff --git a/clusters/ipv6/git-ops/gitea/gitea-svc.yml b/clusters/ipv6/git-ops/gitea/gitea-svc.yml index b8595b8..2c6b56c 100644 --- a/clusters/ipv6/git-ops/gitea/gitea-svc.yml +++ b/clusters/ipv6/git-ops/gitea/gitea-svc.yml @@ -30,3 +30,21 @@ spec: selector: app: gitea-db clusterIP: None + +--- +apiVersion: v1 +kind: Service +metadata: + name: gitea-lb-service + namespace: git-ops +spec: + selector: + app: gitea-app + ports: + - port: 3000 + targetPort: 3000 + name: http + - port: 22 + targetPort: 22 + name: ssh + type: LoadBalancer