diff options
author | Julio Capote <jcapote@gmail.com> | 2023-02-12 14:51:37 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-02-12 14:51:37 +0000 |
commit | f374aae962d25beeeb05f180e59cdef7c9e3be9b (patch) | |
tree | 431b9e356474bb9e3e8d1e20936a024570cf8c66 /k8s/capotej-site-svc.yaml | |
parent | 72d883f2d3db0b599a9548afbdc01dab0c903ce6 (diff) | |
download | capotej.com-f374aae962d25beeeb05f180e59cdef7c9e3be9b.tar.gz |
remove container stuff
Diffstat (limited to 'k8s/capotej-site-svc.yaml')
-rw-r--r-- | k8s/capotej-site-svc.yaml | 10 |
1 files changed, 0 insertions, 10 deletions
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 |