18 lines
292 B
YAML
18 lines
292 B
YAML
|
|
# 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: 8080
|
||
|
|
protocol: TCP
|