Created
December 12, 2017 04:06
-
-
Save kelseyhightower/c049f356b1c47242dc907519b8c8f598 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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