mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
remove historic deplyoment
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: frontend-service
|
||||
namespace: osu-music
|
||||
spec:
|
||||
selector:
|
||||
app: frontend
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
nodePort: 30011
|
||||
type: NodePort
|
||||
@@ -1,20 +0,0 @@
|
||||
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: juli0n21/frontend-container:9cd067f250ca05ce6a5ded59ba9eefd89f7b4f07
|
||||
ports:
|
||||
- containerPort: 80
|
||||
@@ -1,11 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: proxy-data-pvc
|
||||
namespace: osu-music
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
@@ -1,14 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: backend-service
|
||||
namespace: osu-music
|
||||
spec:
|
||||
selector:
|
||||
app: backend
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
nodePort: 30012
|
||||
type: NodePort
|
||||
@@ -1,53 +0,0 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: backend-deployment
|
||||
namespace: osu-music
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: backend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: backend
|
||||
spec:
|
||||
containers:
|
||||
- name: proxy-container
|
||||
image: juli0n21/proxy-container:9cd067f250ca05ce6a5ded59ba9eefd89f7b4f07
|
||||
ports:
|
||||
- containerPort: 80
|
||||
volumeMounts:
|
||||
- name: proxy-data
|
||||
mountPath: /app/data
|
||||
env:
|
||||
- name: CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: proxy-secrets
|
||||
key: CLIENT_ID
|
||||
- name: CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: proxy-secrets
|
||||
key: CLIENT_SECRET
|
||||
- name: REDIRECT_URI
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: proxy-secrets
|
||||
key: REDIRECT_URI
|
||||
- name: HOST
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: proxy-secrets
|
||||
key: HOST
|
||||
- name: PORT
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: proxy-secrets
|
||||
key: PORT
|
||||
volumes:
|
||||
- name: proxy-data
|
||||
persistentVolumeClaim:
|
||||
claimName: proxy-data-pvc
|
||||
Reference in New Issue
Block a user