docs: Translate Add External IP Address Tutorial

This commit is contained in:
Irvi Firqotul Aini
2020-07-06 20:36:48 +07:00
parent de6918163e
commit e3da1ce1be
3 changed files with 199 additions and 0 deletions
@@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/name: load-balancer-example
name: hello-world
spec:
replicas: 5
selector:
matchLabels:
app.kubernetes.io/name: load-balancer-example
template:
metadata:
labels:
app.kubernetes.io/name: load-balancer-example
spec:
containers:
- image: gcr.io/google-samples/node-hello:1.0
name: hello-world
ports:
- containerPort: 8080