feat: deploy Wings instance for Valheim

This commit is contained in:
2026-05-19 00:15:40 +00:00
parent 0101473bea
commit d1d5ab5b71
@@ -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