--- apiVersion: v1 kind: Service metadata: labels: app.kubernetes.io/instance: factorio app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: factorio app.kubernetes.io/version: stable helm.sh/chart: factorio-1.2.2 name: factorio annotations: io.cilium/lb-ipam-ips: 192.168.0.183 spec: ports: - name: rcon port: 27015 protocol: TCP targetPort: rcon - name: server port: 34197 protocol: UDP targetPort: server selector: app.kubernetes.io/instance: factorio app.kubernetes.io/name: factorio type: LoadBalancer