2026-05-21 15:53:17 -03:00
|
|
|
# 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
|
2026-05-21 16:59:47 -03:00
|
|
|
targetPort: 3000
|
2026-05-21 15:53:17 -03:00
|
|
|
protocol: TCP
|