add williamtpeebles.com

This commit is contained in:
2025-10-31 13:54:44 -04:00
parent 2764576db2
commit 0bd153d89a
4 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: williamtpeebles-com
spec:
replicas: 3
selector:
matchLabels:
app: williamtpeebles-com
template:
metadata:
labels:
app: williamtpeebles-com
spec:
containers:
- name: web
image: git.dubyatp.xyz/williamp/williamtpeebles-com:b184941
resources:
limits:
memory: "1Gi"
cpu: "500m"
requests:
memory: "256Mi"
cpu: "500m"