1apiVersion: v1 2kind: Service 3metadata: 4 name: netexec 5 labels: 6 app: netexec 7spec: 8 Type: NodePort 9 ports: 10 - port: 80 11 targetPort: 8080 12 protocol: TCP 13 name: http 14 selector: 15 app: netexec
View as plain text