aboutsummaryrefslogtreecommitdiff
path: root/k8s
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
committerJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
commitf374aae962d25beeeb05f180e59cdef7c9e3be9b (patch)
tree431b9e356474bb9e3e8d1e20936a024570cf8c66 /k8s
parent72d883f2d3db0b599a9548afbdc01dab0c903ce6 (diff)
downloadcapotej.com-f374aae962d25beeeb05f180e59cdef7c9e3be9b.tar.gz
remove container stuff
Diffstat (limited to '')
-rw-r--r--k8s/capotej-site-deployment.yaml20
-rw-r--r--k8s/capotej-site-svc.yaml10
2 files changed, 0 insertions, 30 deletions
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
diff --git a/k8s/capotej-site-svc.yaml b/k8s/capotej-site-svc.yaml
deleted file mode 100644
index 286cebb..0000000
--- a/k8s/capotej-site-svc.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
- name: capotej-site
-spec:
- ports:
- - port: 80
- targetPort: 80
- selector:
- app: capotej-site \ No newline at end of file