titan-iac/services/game-stream/wolf-gatekeeper-service.yaml

18 lines
322 B
YAML

# services/game-stream/wolf-gatekeeper-service.yaml
apiVersion: v1
kind: Service
metadata:
name: wolf-gatekeeper
namespace: game-stream
labels:
app: wolf-gatekeeper
spec:
type: ClusterIP
selector:
app: wolf-gatekeeper
ports:
- name: http
port: 8087
targetPort: 8087
protocol: TCP