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.
 
 

25 lines
438 B

apiVersion: v1
kind: Service
metadata:
labels:
app: jndi-exploit-kit
name: jndi-exploit-kit
namespace: exploitkit-log4j
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 8080
- name: ldap
port: 1389
protocol: TCP
targetPort: 1389
- name: rmi
port: 1099
protocol: TCP
targetPort: 1099
selector:
deployment: jndi-exploit-kit
sessionAffinity: None
type: ClusterIP