Last active
July 30, 2018 08:00
-
-
Save beagleknight/0c827891e334ec9df4f0496dc0caf31f to your computer and use it in GitHub Desktop.
This file contains 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: hello-pod | |
labels: | |
zone: prod | |
version: v1 | |
spec: | |
containers: | |
- name: hello-ctr | |
image: nigelpoulton/k8sbook:latest | |
ports: | |
- containerPort: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment