From 9338babda6da73f47112d25eb84b2130bb96bc64 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 19 Oct 2023 13:03:18 +0100 Subject: [PATCH] update infisical helm chart read me --- helm-charts/infisical/README.md | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/helm-charts/infisical/README.md b/helm-charts/infisical/README.md index 4aca077a9..46a219a66 100644 --- a/helm-charts/infisical/README.md +++ b/helm-charts/infisical/README.md @@ -4,7 +4,6 @@ This is the Infisical application Helm chart. This chart includes the following | Service | Description | | ---------- | ----------------------------------- | -| `frontend` | Infisical's Web UI | | `backend` | Infisical's API | | `mongodb` | Infisical's database | | `redis` | Infisical's cache service | @@ -59,28 +58,6 @@ kubectl get secrets -n \ | `nameOverride` | Override release name | `""` | | `fullnameOverride` | Override release fullname | `""` | -### Infisical frontend parameters - -| Name | Description | Value | -| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | -| `frontend.enabled` | Enable frontend | `true` | -| `frontend.name` | Frontend name | `frontend` | -| `frontend.fullnameOverride` | Frontend fullnameOverride | `""` | -| `frontend.podAnnotations` | Frontend pod annotations | `{}` | -| `frontend.deploymentAnnotations` | Frontend deployment annotations | `{}` | -| `frontend.replicaCount` | Frontend replica count | `2` | -| `frontend.image.repository` | Frontend image repository | `infisical/frontend` | -| `frontend.image.tag` | Frontend image tag | `latest` | -| `frontend.image.pullPolicy` | Frontend image pullPolicy | `IfNotPresent` | -| `frontend.resources.limits.memory` | container memory limit [check the offical kubernetes documentations](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) | `100Mi` | -| `frontend.resources.requests.cpu` | container CPU request [check the offical kubernetes documentations](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) | `100m` | -| `frontend.affinity` | Frontend pod affinity | `{}` | -| `frontend.kubeSecretRef` | Backend secret resource reference name (containing required [frontend configuration variables](https://infisical.com/docs/self-hosting/configuration/envars)) | `""` | -| `frontend.service.annotations` | Backend service annotations | `{}` | -| `frontend.service.type` | Backend service type | `ClusterIP` | -| `frontend.service.nodePort` | Backend service nodePort (used if above type is `NodePort`) | `""` | -| `frontendEnvironmentVariables.SITE_URL` | Absolute URL including the protocol (e.g. https://app.infisical.com) | `infisical.local` | - ### Infisical backend parameters | Name | Description | Value | @@ -91,11 +68,9 @@ kubectl get secrets -n \ | `backend.podAnnotations` | Backend pod annotations | `{}` | | `backend.deploymentAnnotations` | Backend deployment annotations | `{}` | | `backend.replicaCount` | Backend replica count | `2` | -| `backend.image.repository` | Backend image repository | `infisical/backend` | +| `backend.image.repository` | Backend image repository | `infisical/infisical` | | `backend.image.tag` | Backend image tag | `latest` | | `backend.image.pullPolicy` | Backend image pullPolicy | `IfNotPresent` | -| `backend.resources.limits.memory` | container memory limit [check the offical kubernetes documentations](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) | `200Mi` | -| `backend.resources.requests.cpu` | container CPU request [check the offical kubernetes documentations](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) | `150m` | | `backend.affinity` | Backend pod affinity | `{}` | | `backend.kubeSecretRef` | Backend secret resource reference name (containing required [backend configuration variables](https://infisical.com/docs/self-hosting/configuration/envars)) | `""` | | `backend.service.annotations` | Backend service annotations | `{}` | @@ -197,6 +172,7 @@ kubectl get secrets -n \ + ## Persistence The database persistence is enabled by default, your volumes will remain on your cluster even after uninstalling the chart. To disable persistence, set this value `mongodb.persistence.enabled: false`