adding kub templates

This commit is contained in:
Wilson 2025-07-30 14:59:10 -04:00
parent 5188bb0e10
commit 4bab381ca3
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: <name>
spec:
replicas: 1
selector:
matchLabels:
app: <name>
template:
metadata:
labels:
app: <name>
spec:
containers:
- name: <name>
image: nginx:latest
ports:
- containerPort: 80