Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2021-07-28 22:05:54 +00:00
parent 7f608a5843
commit a4777c5310
39 changed files with 242 additions and 251 deletions

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

@ -0,0 +1,23 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: fortune-teller-app
labels:
k8s-app: fortune-teller-app
namespace: default
spec:
replicas: 1
selector:
matchLabels:
k8s-app: fortune-teller-app
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