A collection of vulnerable container images
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
816 B

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: frontend
app.kubernetes.io/component: frontend
app.kubernetes.io/instance: frontend
name: frontend
namespace: vulnerable-httpd
spec:
replicas: 1
selector:
matchLabels:
deployment: frontend
template:
metadata:
creationTimestamp: null
labels:
deployment: frontend
spec:
containers:
- image: registry.itix.xyz/vulnerable/vulnerable-httpd:centos-6
imagePullPolicy: IfNotPresent
name: frontend
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30