deployemnt stuff

This commit is contained in:
2024-12-08 15:58:32 +01:00
parent 144caf2991
commit 9c58554b5a
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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