github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/pkg/scanners/helm/test/testdata/simmilar-templates/templates/deployment.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 spec: 4 replicas: 3 5 selector: 6 matchLabels: 7 app: myapp 8 template: 9 metadata: 10 labels: 11 app: myapp 12 spec: 13 containers: 14 - name: myapp 15 image: test:latest 16 resources: 17 limits: 18 memory: "128Mi" 19 cpu: "500m" 20 ports: 21 - containerPort: 80