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
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
6
6
@@ -45,6 +45,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
45
45
- Kubernetes **>= 1.22.0**
46
46
- Helm **3.8.0+**
47
47
- PV provisioner support in the underlying infrastructure
48
+
- Minimal 4vCPU and 8Gi Memory available in the cluster (for production usage the recommended minimal cluster capacity is at least 12vCPUs and 36Gi Memory)
48
49
- GCR Service Account JSON `sa.json` (provided by Codefresh, contact [email protected])
49
50
- Firebase [Realtime Database URL](https://firebase.google.com/docs/database/web/start#create_a_database) with [legacy token](https://firebase.google.com/docs/database/rest/auth#legacy_tokens). See [Firebase Configuration](#firebase-configuration)
Copy file name to clipboardExpand all lines: codefresh/README.md.gotmpl
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
45
45
- Kubernetes **>= 1.22.0**
46
46
- Helm **3.8.0+**
47
47
- PV provisioner support in the underlying infrastructure
48
+
- Minimal 4vCPU and 8Gi Memory available in the cluster (for production usage the recommended minimal cluster capacity is at least 12vCPUs and 36Gi Memory)
48
49
- GCR Service Account JSON `sa.json` (provided by Codefresh, contact [email protected])
49
50
- Firebase [Realtime Database URL](https://firebase.google.com/docs/database/web/start#create_a_database) with [legacy token](https://firebase.google.com/docs/database/rest/auth#legacy_tokens). See [Firebase Configuration](#firebase-configuration)
0 commit comments