Created
June 3, 2020 10:32
-
-
Save velotiotech/2c5fa0cbeeae127c592ea291b2ab9a8d 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: apps/v1beta1 | |
kind: Deployment | |
metadata: | |
name: test-app | |
spec: | |
replicas: 1 | |
template: | |
metadata: | |
labels: | |
app: test-app | |
spec: | |
containers: | |
- name: test-app | |
image: ajaynemade/pymy:latest | |
imagePullPolicy: IfNotPresent | |
ports: | |
- containerPort: 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment