helmfile/test/integration/test-cases/issue-2275/input/test-chart/templates/deployment.yaml

20 lines
314 B
YAML

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