argocd-test/nginx-testing/base/nginx-testing-deployment.yaml
2025-01-17 14:39:13 +01:00

22 lines
388 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-testing
namespace: nginx-testing
spec:
replicas: 3
selector:
matchLabels:
app: nginx-testing
template:
metadata:
labels:
app: nginx-testing
spec:
containers:
- image: nginx:1.27.3
name: nginx-testing
ports:
- name: web
containerPort: 80