Use ingress-nginx-* naming in docs to match the default deployment

This commit is contained in:
Edgars Beigarts 2020-05-17 21:27:56 +03:00
parent b18ea267a8
commit c52d55a2ed
No known key found for this signature in database
GPG key ID: E2754EDE79A28038
11 changed files with 24 additions and 24 deletions

View file

@ -122,7 +122,7 @@ data:
enable-opentracing: "true"
zipkin-collector-host: zipkin.default.svc.cluster.local
metadata:
name: nginx-configuration
name: ingress-nginx-controller
namespace: kube-system
' | kubectl replace -f -
```
@ -177,7 +177,7 @@ In the Zipkin interface we can see the details:
enable-opentracing: "true"
jaeger-collector-host: jaeger-agent.default.svc.cluster.local
metadata:
name: nginx-configuration
name: ingress-nginx-controller
namespace: kube-system
' | kubectl replace -f -
```