Created
August 29, 2020 07:36
-
-
Save DevopsVlogger/67f6ad0ca7bc2d0a2fdcf8c53535e984 to your computer and use it in GitHub Desktop.
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: labels-demo-pod | |
labels: | |
app: front-end | |
rel: dev | |
spec: | |
containers: | |
- name: httpd | |
image: docker.io/httpd | |
imagePullPolicy: IfNotPresent | |
ports: | |
- containerPort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment