Skip to content

Instantly share code, notes, and snippets.

@skiptomyliu
Created July 4, 2018 23:06
Show Gist options
  • Save skiptomyliu/ad4fec90aaaa7068bb152fe3ac11dfe9 to your computer and use it in GitHub Desktop.
Save skiptomyliu/ad4fec90aaaa7068bb152fe3ac11dfe9 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: echoserver
namespace: echoserver
spec:
replicas: 1
template:
metadata:
labels:
app: echoserver
spec:
containers:
- image: gcr.io/google_containers/echoserver:1.0
imagePullPolicy: Always
name: echoserver
ports:
- containerPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment