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