| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: security-test | |
| spec: | |
| replicas: 2 | |
| selector: | |
| matchLabels: | |
| app: security-test | |
| template: | |
| metadata: | |
| labels: | |
| app: security-test | |
| spec: | |
| containers: | |
| - name: security-test | |
| image: sarven94/security-test:9 | |
| imagePullPolicy: IfNotPresent | |
| ports: | |
| - containerPort: 5000 |