Skip to content

Commit

Permalink
changed the formatting of example-ingress.yaml (kubernetes#14333)
Browse files Browse the repository at this point in the history
change the formatting of example-ingress.yaml file. 
Raising PR for kubernetes#14284
  • Loading branch information
Vageesha17 authored and yoonian committed May 28, 2019
1 parent 80280f6 commit 8655218
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ The following file is an Ingress resource that sends traffic to your Service via
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: hello-world.info
http:
paths:
- path: /*
backend:
serviceName: web
servicePort: 8080
rules:
- host: hello-world.info
http:
paths:
- path: /*
backend:
serviceName: web
servicePort: 8080
```

1. Create the Ingress resource by running the following command:
Expand Down

0 comments on commit 8655218

Please sign in to comment.