Use ingress-nginx-* naming in docs to match the default deployment
This commit is contained in:
parent
b18ea267a8
commit
c52d55a2ed
11 changed files with 24 additions and 24 deletions
|
|
@ -13,7 +13,7 @@ data:
|
|||
proxy-send-timeout: "120"
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nginx-configuration
|
||||
name: ingress-nginx-controller
|
||||
```
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nginx-configuration
|
||||
name: ingress-nginx-controller
|
||||
namespace: ingress-nginx
|
||||
labels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue