feat: deploy Wings instance for Enshrouded #90

Closed
gitea-admin wants to merge 6 commits from orion/auto/feat-deploy-wings-instance-for-enshroude-1779149685319 into main
Showing only changes of commit 6a5f2b51c4 - Show all commits
@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: wings-enshrouded-api
namespace: game-servers
spec:
type: ClusterIP
selector:
app: wings-enshrouded
ports:
- name: api
port: 8081
targetPort: 8081
protocol: TCP
- name: sftp
port: 2023
targetPort: 2023
protocol: TCP