release notes v1.7.0

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2023-03-24 09:45:31 -04:00
parent c8cb9167d3
commit 7865825cf0
Failed to extract signature
18 changed files with 1283 additions and 1141 deletions

View file

@ -63,3 +63,9 @@ spec:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
```
Then, the configmap should be added into ingress controller's deployment args.
```
args:
- /nginx-ingress-controller
- --tcp-services-configmap=ingress-nginx/tcp-services
```