A demo of Red Hat Advanced Cluster Security
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
914 B

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: jndi-exploit-kit
app.kubernetes.io/component: jndi-exploit-kit
app.kubernetes.io/instance: jndi-exploit-kit
name: jndi-exploit-kit
namespace: exploitkit-log4j
spec:
replicas: 1
selector:
matchLabels:
deployment: jndi-exploit-kit
template:
metadata:
creationTimestamp: null
labels:
deployment: jndi-exploit-kit
spec:
containers:
- image: image-registry.openshift-image-registry.svc.cluster.local:5000/vulnerable-cicd/exploitkit-log4j:latest
imagePullPolicy: Always
name: jndi-exploit-kit
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30