feat(wings): deploy ARK SA Wings instance

This commit is contained in:
2026-05-19 00:09:00 +00:00
parent 484a0a1f79
commit 6f85288138
@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: wings-ark-sa-api
namespace: game-servers
spec:
type: ClusterIP
ports:
- name: api
port: 8081
targetPort: 8081
protocol: TCP
- name: sftp
port: 2023
targetPort: 2023
protocol: TCP
selector:
app: wings-ark-sa