titan-iac/services/game-stream/wolfmanager-service.yaml

18 lines
292 B
YAML
Raw Normal View History

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