From f8a54f1ca5482d70b616b05c776bd7f52b29f2f8 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 21 Dec 2024 17:13:28 -0500 Subject: [PATCH] Remove tylerperkins.xyz --- .../static-site-hosts/tylerperkins.xyz.yaml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 cluster/static-site-hosts/tylerperkins.xyz.yaml diff --git a/cluster/static-site-hosts/tylerperkins.xyz.yaml b/cluster/static-site-hosts/tylerperkins.xyz.yaml deleted file mode 100644 index d744689..0000000 --- a/cluster/static-site-hosts/tylerperkins.xyz.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: tylerperkins.xyz - namespace: default -spec: - selector: - matchLabels: - app: static-site - template: - metadata: - labels: - app: static-site - spec: - containers: - - name: tylerperkins-xyz - image: git.clortox.com/infrastructure/tylerperkins.xyz:0.0.2 - ports: - - name: http - containerPort: 80 - protocol: TCP