From f374aae962d25beeeb05f180e59cdef7c9e3be9b Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 12 Feb 2023 09:51:37 -0500 Subject: remove container stuff --- k8s/capotej-site-deployment.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 k8s/capotej-site-deployment.yaml (limited to 'k8s/capotej-site-deployment.yaml') diff --git a/k8s/capotej-site-deployment.yaml b/k8s/capotej-site-deployment.yaml deleted file mode 100644 index d730cd0..0000000 --- a/k8s/capotej-site-deployment.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: capotej-site -spec: - replicas: 1 - revisionHistoryLimit: 3 - selector: - matchLabels: - app: capotej-site - template: - metadata: - labels: - app: capotej-site - spec: - containers: - - image: localhost/capotej-site:latest - name: capotej-site - ports: - - containerPort: 80 \ No newline at end of file -- cgit v1.2.3