Skip to content

Commit

Permalink
updated test Yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ajaychoudhary-hotstar <[email protected]>
  • Loading branch information
ajaychoudhary-hotstar committed Oct 28, 2024
1 parent 8c602fd commit 59c79e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions cmd/entrypoint/testdata/custom-endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ endpoints:
targetRef:
kind: Pod
name: random-6db467b4d7-zzzz1
ports:
- port: 5000
protocol: TCP
ports:
- port: 5000
protocol: TCP
---
# All the IP addresses, pod names, etc., are basically made up. These
# aren't meant to be functional, just to exercise the machinery of
Expand All @@ -43,6 +43,6 @@ endpoints:
targetRef:
kind: Pod
name: rande-6db467b4d7-zzzz2
ports:
- port: 5000
protocol: TCP
ports:
- port: 5000
protocol: TCP
8 changes: 4 additions & 4 deletions cmd/entrypoint/testdata/hello-endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ endpoints:
targetRef:
kind: Pod
name: hello-6db467b4d7-n45n7
- addresses:
- addresses:
- "10.42.0.16"
nodeName: flynn-2b
targetRef:
kind: Pod
name: hello-6db467b4d7-n45n7
ports:
- port: 5000
protocol: TCP
ports:
- port: 5000
protocol: TCP
6 changes: 3 additions & 3 deletions cmd/entrypoint/testdata/qotm-endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ endpoints:
targetRef:
kind: Pod
name: qotm-6db467b4d7-n45n7
ports:
- port: 5000
protocol: TCP
ports:
- port: 5000
protocol: TCP

0 comments on commit 59c79e3

Please sign in to comment.