Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 4, 2020 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/893c5f191d1e0d58001c134276e5a82e to your computer and use it in GitHub Desktop.
Save velotiotech/893c5f191d1e0d58001c134276e5a82e to your computer and use it in GitHub Desktop.
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