Skip to content

Commit 9fa03cb

Browse files
committed
Move example-ingress.yaml
The commit (a79db9d) made the sample YAML for Ingress a standalone file, but it was placed into a NEW `examples/ingress` directory. This PR moves it to `examples/service/networking` subdirectory where all other Ingress examples are located. Having a single file under a dedicated directory seems not good.
1 parent 29e13ed commit 9fa03cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tasks/access-application-cluster/ingress-minikube.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ The following file is an Ingress resource that sends traffic to your Service via
132132

133133
1. Create `example-ingress.yaml` from the following file:
134134

135-
{{< codenew file="ingress/example-ingress.yaml" >}}
135+
{{< codenew file="service/networking/example-ingress.yaml" >}}
136136

137137
1. Create the Ingress resource by running the following command:
138138

139139
```shell
140-
kubectl apply -f https://k8s.io/examples/ingress/example-ingress.yaml
140+
kubectl apply -f https://k8s.io/examples/service/networking/example-ingress.yaml
141141
```
142142

143143
Output:

0 commit comments

Comments
 (0)