apiVersion: v1 kind: Service metadata: name: gitea-ssh namespace: gitea annotations: metallb.io/allow-shared-ip: gitea-traefik-202 metallb.universe.tf/loadBalancerIPs: 10.0.57.202 spec: type: LoadBalancer externalTrafficPolicy: Local selector: app: gitea ports: - name: ssh port: 22 protocol: TCP targetPort: 2222