8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
15 lines
210 B
YAML
15 lines
210 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: netexec
|
|
labels:
|
|
app: netexec
|
|
spec:
|
|
Type: NodePort
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: netexec
|