Files
k8straining/4-deployment.yaml
2025-11-13 22:21:23 +13:00

21 lines
326 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: web-deploy
spec:
replicas: 2
selector:
matchLabels:
app: web
template:
metadata:
labels:
app: web
spec:
containers:
- name: nginx
image: nginx
envFrom:
- configMapRef:
name: app-config