Skip to content

Instantly share code, notes, and snippets.

@inyee786
Last active April 2, 2019 07:54
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 inyee786/21d7832bd6fc12b7b42a0d13208149fa to your computer and use it in GitHub Desktop.
Save inyee786/21d7832bd6fc12b7b42a0d13208149fa to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: deployment-name
spec:
replicas: 1
template:
metadata:
labels:
label-key : label-value
spec:
containers:
- name: deploment-container-name
image: inyee/spa-demo:v1
imagePullPolicy: Always
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment