Created
April 5, 2024 19:01
-
-
Save identw/96607918a165a2bf8e0a35ff0bd8adb4 to your computer and use it in GitHub Desktop.
result.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"arr": [ | |
{ | |
"containerPort": 53, | |
"name": "dns", | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 8443, | |
"name": "https", | |
"protocol": "TCP" | |
}, | |
{ | |
"containerPort": 2222, | |
"name": "ssh", | |
"protocol": "TCP" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment