test-repo2/app/test-deployment.yaml

22 lines
378 B
YAML
Raw Normal View History

2025-04-01 15:16:24 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-deployment
namespace: pu-user1-pa-app2
labels:
app: test
spec:
replicas: 1
selector:
matchLabels:
app: test-nginx
template:
metadata:
labels:
app: test-nginx
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80