feat: deploy Wings instance for Valheim #93

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