feat(mudcraft): add mudcraft-core deployment, service, secrets, ingress; fix voicechat domain to play.mudcraft.org

This commit is contained in:
Will Anderson
2026-03-31 22:46:09 -05:00
parent 33bf2c7819
commit 04c65ec908
5 changed files with 133 additions and 1 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: mudcraft-core
namespace: mudcraft
spec:
selector:
app: mudcraft-core
ports:
- port: 8080
targetPort: 8080
type: ClusterIP