feat: deploy Wings instance for 7 Days to Die #87

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