18 lines
288 B
YAML
18 lines
288 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: wings-sotf-api
|
|
namespace: game-servers
|
|
spec:
|
|
selector:
|
|
app: wings-sotf
|
|
ports:
|
|
- name: api
|
|
port: 8081
|
|
targetPort: 8081
|
|
protocol: TCP
|
|
- name: sftp
|
|
port: 2023
|
|
targetPort: 2023
|
|
protocol: TCP
|