You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2022-05-15-may-gitops.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ For details, see [Install GitOps Runtime]({{site.baseurl}}/docs/installation/git
26
26
27
27
Codefresh runtimes support defining two ingress hosts, an internal and an external ingress host, for private and public networks. Previously, runtimes supported a single ingress host for both the app-proxy and webhook ingress resources. Internal and external ingress separation allows you to expose the Codefresh app-proxy service only within your private network, while keeping the webhook ingress unchanged.
28
28
29
-
* New runtime installations: The`--internal-ingress-host` flag lets you can define an ingress host for communication with the app-proxy. For details, see[Ingress controller flags]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops/#ingress-controller-flags).
29
+
* New runtime installations: The`--internal-ingress-host` flag lets you can define an ingress host for communication with the app-proxy. For details, see[Install GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
30
30
* Existing runtimes: To add an internal ingress host, you need to commit changes to the installation repository by modifying`app-proxy ingress` and`<runtime-name>.yaml`.
31
31
For details, see_Internal ingress host configuration (optional)_ in[Post-installation configuration]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/#optional-internal-ingress-host-configuration-for-existing-hybrid-gitops-runtimes).