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