mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
15 lines
224 B
YAML
15 lines
224 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: backend-service
|
|
namespace: osu-music
|
|
spec:
|
|
selector:
|
|
app: backend
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 5002
|
|
type: NodePort
|