42_IOT/p2/confs/app1.yaml
2025-02-25 14:45:29 +01:00

22 lines
336 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: app1-deployment
labels:
app: app1
spec:
replicas: 1
selector:
matchLabels:
app: app1
template:
metadata:
labels:
app: app1
spec:
containers:
- name: app1
image: nginx:1.14.2
ports:
- containerPort: 80