Merge pull request #21524 from yu-kasuya/fix21523

Add hello-application.yaml file under ja directory
This commit is contained in:
Kubernetes Prow Robot
2020-06-05 07:31:45 -07:00
committed by GitHub
@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello-world
spec:
selector:
matchLabels:
run: load-balancer-example
replicas: 2
template:
metadata:
labels:
run: load-balancer-example
spec:
containers:
- name: hello-world
image: gcr.io/google-samples/node-hello:1.0
ports:
- containerPort: 8080
protocol: TCP