diff --git a/static/deployment.yaml b/static/deployment.yaml deleted file mode 100644 index 7c23dae..0000000 --- a/static/deployment.yaml +++ /dev/null @@ -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"