feat: deploy Wings instance for Return to Moria

This commit is contained in:
2026-05-19 00:15:04 +00:00
parent 38bc57efa9
commit 525f833910
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: wings-moria-api
namespace: game-servers
spec:
selector:
app: wings-moria
ports:
- name: api
port: 8081
targetPort: 8081
protocol: TCP
- name: sftp
port: 2023
targetPort: 2023
protocol: TCP