Skip to content

Commit fdc90c7

Browse files
committed
add port placeholder in network.yaml
1 parent 26a5f10 commit fdc90c7

File tree

1 file changed

+8
-0
lines changed
  • infrastructure/kctf/base/challenge-skeleton/k8s/network

1 file changed

+8
-0
lines changed

infrastructure/kctf/base/challenge-skeleton/k8s/network/network.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ apiVersion: "v1"
22
kind: "Service"
33
metadata:
44
name: "chal"
5+
#spec:
6+
# ports:
7+
# - name: "netcat"
8+
# protocol: "TCP"
9+
## This will be the public port
10+
# port: 1
11+
## This is the port exposed by the pod
12+
# targetPort: 1337

0 commit comments

Comments
 (0)