add hello-application.yaml file under ja directory

pull/21524/head
YukiKasuya 2020-06-05 18:41:31 +09:00
parent 24e553584a
commit d4028abb9c
1 changed files with 20 additions and 0 deletions

View File

@ -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