Gluttony-Cluster/cluster/static-site-hosts/tylerperkins.xyz.yaml

22 lines
441 B
YAML
Raw Normal View History

2024-11-23 19:45:33 +00:00
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