Skip to content

Commit

Permalink
Fix kong ingress name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AppalaKarthik committed May 17, 2022
1 parent dbcc39c commit ec3dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/user/ingress.md
Expand Up @@ -142,7 +142,7 @@ Apply kind specific patch to change service type to `NodePort`:
Apply it by running:

{{< codeFromInline lang="bash" >}}
kubectl patch service -n kong ingress-kong -p '{{< minify file="static/examples/ingress/kong/service.patch.json" >}}'
kubectl patch service -n kong kong-proxy -p '{{< minify file="static/examples/ingress/kong/service.patch.json" >}}'
{{< /codeFromInline >}}

KIC can be used to configure ingress now.
Expand Down

0 comments on commit ec3dc26

Please sign in to comment.