Gluttony-Cluster/cluster/static-site-hosts/tylerperkins.xyz.yaml
2024-11-23 14:45:33 -05:00

22 lines
441 B
YAML

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