19 lines
310 B
YAML
19 lines
310 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: wings-ark-sa-api
|
|
namespace: game-servers
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: wings-ark-sa
|
|
ports:
|
|
- name: api
|
|
port: 8081
|
|
targetPort: 8081
|
|
protocol: TCP
|
|
- name: sftp
|
|
port: 2023
|
|
targetPort: 2023
|
|
protocol: TCP
|