Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-05-12 01:26:30 +00:00
parent 467b6d7499
commit 1b7da56410
52 changed files with 2062 additions and 36 deletions

20
examples/grpc/app.yaml Normal file
View file

@ -0,0 +1,20 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: fortune-teller-app
labels:
k8s-app: fortune-teller-app
namespace: default
spec:
replicas: 1
template:
metadata:
labels:
k8s-app: fortune-teller-app
spec:
containers:
- name: fortune-teller-app
image: quay.io/kubernetes-ingress-controller/grpc-fortune-teller:0.1
ports:
- containerPort: 50051
name: grpc