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

12
examples/grpc/svc.yaml Normal file
View file

@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: fortune-teller-service
namespace: default
spec:
selector:
k8s-app: fortune-teller-app
ports:
- port: 50051
targetPort: 50051
name: grpc