|
1 | 1 | ## Codefresh On-Premises
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | ## Table of Content
|
6 | 6 |
|
|
17 | 17 | - [Configuring Ingress-NGINX](#configuring-ingress-nginx)
|
18 | 18 | - [ELB with SSL Termination (Classic Load Balancer)](#elb-with-ssl-termination-classic-load-balancer)
|
19 | 19 | - [NLB (Network Load Balancer)](#nlb-network-load-balancer)
|
20 |
| - - [ALB (Application Load Balancer)](#alb-application-load-balancer) |
| 20 | + - [Configuration with ALB (Application Load Balancer)](#configuration-with-alb-application-load-balancer) |
21 | 21 | - [Configuration with Private Registry](#configuration-with-private-registry)
|
22 | 22 | - [Configuration with multi-role CF-API](#configuration-with-multi-role-cf-api)
|
23 | 23 | - [High Availability](#high-availability)
|
@@ -337,7 +337,7 @@ ingress:
|
337 | 337 | existingSecret: ""
|
338 | 338 | ```
|
339 | 339 |
|
340 |
| -#### ALB (Application Load Balancer) |
| 340 | +### Configuration with ALB (Application Load Balancer) |
341 | 341 |
|
342 | 342 | *[Application Load Balancer](https://github.com/kubernetes-sigs/aws-load-balancer-controller/tree/main/helm/aws-load-balancer-controller) should be deployed to the cluster*
|
343 | 343 |
|
@@ -674,7 +674,7 @@ This major chart version change (v1.4.X -> v2.0.0) contains some **incompatible
|
674 | 674 |
|
675 | 675 | **Before applying the upgrade, read through this section!**
|
676 | 676 |
|
677 |
| -#### ⚠️ [Kcfi](https://github.com/codefresh-io/kcfi) Deprecation Notice |
| 677 | +#### ⚠️ [Kcfi](https://github.com/codefresh-io/kcfi) Deprecation |
678 | 678 |
|
679 | 679 | This major release deprecates [kcfi](https://github.com/codefresh-io/kcfi) installer. The recommended way to install Codefresh On-Prem is **Helm**.
|
680 | 680 | Due to that, Kcfi `config.yaml` will not be compatible for Helm-based installation.
|
@@ -828,7 +828,7 @@ seed:
|
828 | 828 | enabled: true
|
829 | 829 | ```
|
830 | 830 |
|
831 |
| -#### ⚠️ Migration to [Library Charts](https://helm.sh/docs/topics/library_charts/) Notice |
| 831 | +#### ⚠️ Migration to [Library Charts](https://helm.sh/docs/topics/library_charts/) |
832 | 832 |
|
833 | 833 | All Codefresh subcharts templates (i.e. `cfapi`, `cfui`, `pipeline-manager`, `context-manager`, etc) has been migrated to use helm [library charts](https://helm.sh/docs/topics/library_charts/).
|
834 | 834 | That allows to unify values structure across all Codefresh owned charts. However, there are some **immutable** fields in the old charts which cannot be upgraded during a regular `helm upgrade`, thus additional manual actions are required.
|
@@ -857,7 +857,7 @@ nomios:
|
857 | 857 | ...
|
858 | 858 | ```
|
859 | 859 |
|
860 |
| -#### ⚠️ New Services Notice |
| 860 | +#### ⚠️ New Services |
861 | 861 |
|
862 | 862 | Codefesh 2.0.0 chart includes additional dependent microservices(charts):
|
863 | 863 | - `argo-platform`: Main Codefresh GitOps module.
|
|
0 commit comments