Skip to content

Commit

Permalink
docs: missing json file in walkthrough demo
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Gregory <[email protected]>
  • Loading branch information
huntergregory committed Dec 5, 2024
1 parent feae59d commit 0f743ee
Showing 1 changed file with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
[
{
"Source": {
"Internal": {
"PodLabels": {"pod": "a"},
"Namespace": "demo"
}
},
"Destination": {
"Internal": {
"PodLabels": {"pod": "b"},
"Namespace": "demo"
}
},
"Protocol": "TCP",
"ResolvedPort": 80,
"ResolvedPortName": "serve-80-tcp"
},
{
"Source": {
"Internal": {
"PodLabels": {"pod": "a"},
"Namespace": "demo"
}
},
"Destination": {
"Internal": {
"PodLabels": {"pod": "b"},
"Namespace": "demo"
}
},
"Protocol": "TCP",
"ResolvedPort": 81,
"ResolvedPortName": "serve-81-tcp"
},
{
"Source": {
"Internal": {
"PodLabels": {"app": "nginx"},
"NamespaceLabels": {"development": "true"},
"Namespace": "demo2"
}
},
"Destination": {
"Internal": {
"PodLabels": {"pod": "a"},
"Namespace": "demo"
}
},
"Protocol": "TCP",
"ResolvedPort": 81,
"ResolvedPortName": "serve-81-tcp"
}
]

0 comments on commit 0f743ee

Please sign in to comment.