Created
June 4, 2020 07:03
-
-
Save velotiotech/893c5f191d1e0d58001c134276e5a82e 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: akash125/pyapp | |
imagePullPolicy: IfNotPresent | |
ports: | |
- containerPort: 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment