feat: deploy Wings instance for Return to Moria #91

Closed
gitea-admin wants to merge 6 commits from orion/auto/feat-deploy-wings-instance-for-return-to-1779149703605 into main
Showing only changes of commit 525f833910 - Show all commits
@@ -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