Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created December 12, 2017 04:06
Show Gist options
  • Save kelseyhightower/c049f356b1c47242dc907519b8c8f598 to your computer and use it in GitHub Desktop.
Save kelseyhightower/c049f356b1c47242dc907519b8c8f598 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: helloworld
spec:
template:
metadata:
labels:
app: helloworld
spec:
containers:
- name: helloworld
image: "gcr.io/hightowerlabs/federation:1.0.0"
- name: backplane
image: "gcr.io/hightowerlabs/backplane:1.5.0"
env:
- name: BACKPLANE_TOKEN
valueFrom:
secretKeyRef:
name: backplane
key: token
args:
- "connect"
- "endpoint=good-goose-55.backplaneapp.io, release=v1"
- "http://127.0.0.1:9090"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment