Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Mar 22, 2022
1 parent 531bc3c commit aef7aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
org.opencontainers.image.description=NGINX Ingress Controller for Kubernetes
org.opencontainers.image.documentation=https://docs.nginx.com/nginx-ingress-controller
org.opencontainers.image.vendor=NGINX Inc <[email protected]>
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/master/README.md
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/main/README.md
io.artifacthub.package.logo-url=https://docs.nginx.com/nginx-ingress-controller/images/icons/NGINX-Ingress-Controller-product-icon.svg
io.artifacthub.package.maintainers=[{"name":"NGINX Inc","email":"[email protected]"}]
io.artifacthub.package.license=Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions docs/content/intro/how-nginx-ingress-controller-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docs: "DOCS-609"
This document explains how NGINX Ingress Controller works. The target audience includes the following two main groups:

* *Operators* who would like to know how the software works and also better understand how it can fail.
* *Developers* who would like to [contribute](https://github.com/nginxinc/kubernetes-ingress/blob/master/CONTRIBUTING.md) to the project.
* *Developers* who would like to [contribute](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md) to the project.

We assume that the reader is familiar with core Kubernetes concepts, such as Pod, Deployment, Service, and Endpoints. Additionally, we recommend reading [this blog post](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) for an overview of the NGINX architecture.

Expand Down Expand Up @@ -102,7 +102,7 @@ The preceding diagram depicts the IC with NGINX. The IC also supports NGINX Plus
This section covers the architecture of the IC process, including:

* How the IC processes a new Ingress resource created by a user.
* The summary of how the IC works and how it relates to Kubernetes Controllers.
* The summary of how the IC works and how it relates to Kubernetes Controllers.
* The different components of the IC process.

### Processing a New Ingress Resource
Expand Down

0 comments on commit aef7aa9

Please sign in to comment.