Remove tylerperkins.xyz

This commit is contained in:
Tyler Perkins 2024-12-21 17:13:28 -05:00
parent 5fd2726117
commit f8a54f1ca5
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -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