Last active
January 27, 2022 10:39
-
-
Save JaniKibichi/291d44e3b9cd498466173f7c1d900a7a to your computer and use it in GitHub Desktop.
k8 yaml
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
{ | |
"apiVersion": "v1", | |
"kind": "Pod", | |
"metadata": { | |
"name": "oreilly" | |
}, | |
"spec": { | |
"containers": [ | |
{ | |
"name": "oreilly", | |
"image": "nginx" | |
}, | |
{ | |
"name": "safari", | |
"image": "redis" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment