chore: remove accidentally synced deployment.yaml from static/

This commit is contained in:
Naeel
2026-04-16 14:46:34 +03:00
parent 6662c54628
commit 4607f0a57d
-28
View File
@@ -1,28 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: cloud-dashboard
namespace: terra
spec:
replicas: 1
selector:
matchLabels:
app: cloud-dashboard
template:
metadata:
labels:
app: cloud-dashboard
spec:
containers:
- name: cloud-dashboard
image: naeel/cloud-dashboard:v9.9
imagePullPolicy: Always
ports:
- containerPort: 8080
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "200m"