platform: keep GX10 shared VIP traffic policy aligned

This commit is contained in:
Andrew Stoltz
2026-06-18 16:30:24 -05:00
parent 3948350ac2
commit 2e8cabcd63
4 changed files with 33 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
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