Skip to content

Instantly share code, notes, and snippets.

@Phineas
Created January 7, 2019 07:34
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 Phineas/d96609b8dd17c5be70150c203912fca8 to your computer and use it in GitHub Desktop.
Save Phineas/d96609b8dd17c5be70150c203912fca8 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: cxbotmsgpull-yt
spec:
replicas: 1
template:
metadata:
labels:
app: cxbotmsgpull
tier: worker
spec:
containers:
- name: cxnet-ytmsgpull
image: gcr.io/cx-network-204116/cxbotmsgpull
imagePullPolicy: Always
env:
- name: SCRIPT
value: index.js
- name: PROJECT_ID
value: cx-network-204116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment