--- apiVersion: v1 kind: Service metadata: name: code-server-service namespace: tools annotations: metallb.io/allow-shared-ip: "shared-ip-1" spec: loadBalancerIP: 192.168.1.230 selector: app: code-server type: LoadBalancer ports: - port: 8448 targetPort: 8443 protocol: TCP