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

20
deployment/frontend.yml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: frontend-deployment
namespace: osu-music
spec:
replicas: 1
selector:
matchLabels:
app: frontend
template:
metadata:
labels:
app: frontend
spec:
containers:
- name: frontend-container
image: frontend
ports:
- containerPort: 80