feat(multiplayer): wire allocated fleet runtime

This commit is contained in:
Josh Creek
2026-09-01 16:00:03 +01:00
parent 68e76b5feb
commit c0861bfcad
10 changed files with 196 additions and 23 deletions
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: control-plane
namespace: cosmic-clash
labels:
app.kubernetes.io/name: control-plane
spec:
selector:
app.kubernetes.io/name: control-plane
ports:
- name: http
port: 8080
targetPort: http