From ac0484f32f7dbae91b5b3dd7135369746a8bbad0 Mon Sep 17 00:00:00 2001 From: tharindu1st Date: Tue, 18 Apr 2023 19:20:06 +0530 Subject: [PATCH] update charts.yaml --- helm-charts/Chart.yaml | 4 +- helm-charts/README.md | 322 ----------------------------------------- 2 files changed, 2 insertions(+), 324 deletions(-) delete mode 100644 helm-charts/README.md diff --git a/helm-charts/Chart.yaml b/helm-charts/Chart.yaml index faf6d4260..c6310ba4f 100644 --- a/helm-charts/Chart.yaml +++ b/helm-charts/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: apk-helm description: A Helm chart for APK components type: application -version: 0.1.0 +version: 0.0.1-m8 appVersion: "1.16.0" dependencies: - name: postgresql @@ -16,4 +16,4 @@ dependencies: - name: cert-manager version: "v1.10.1" repository: "https://charts.jetstack.io" - condition: certmanager.enabled \ No newline at end of file + condition: certmanager.enabled diff --git a/helm-charts/README.md b/helm-charts/README.md deleted file mode 100644 index 206b624e0..000000000 --- a/helm-charts/README.md +++ /dev/null @@ -1,322 +0,0 @@ -# apk-helm - -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) - -A Helm chart for APK components - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.bitnami.com/bitnami | postgresql | 11.9.6 | -| https://charts.bitnami.com/bitnami | redis | 17.8.0 | -| https://charts.jetstack.io | cert-manager | v1.10.1 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| certmanager.enableClusterIssuer | bool | `true` | | -| certmanager.enableRootCa | bool | `true` | | -| certmanager.enabled | bool | `true` | | -| gateway-system.enabled | bool | `true` | | -| idp.database.databaseName | string | `"WSO2AM_DB"` | | -| idp.database.driver | string | `"org.postgresql.Driver"` | | -| idp.database.enabled | bool | `true` | | -| idp.database.host | string | `"wso2apk-db-service"` | | -| idp.database.password | string | `"wso2carbon"` | | -| idp.database.port | int | `5432` | | -| idp.database.url | string | `"jdbc:postgresql://wso2apk-db-service:5432/WSO2AM_DB"` | | -| idp.database.username | string | `"wso2carbon"` | | -| idp.database.validationQuery | string | `"SELECT 1"` | | -| idp.database.validationTimeout | int | `250` | | -| idp.enabled | bool | `true` | | -| idp.idpds.appName | string | `"idp-ds"` | | -| idp.idpds.config.hostname | string | `"idp.am.wso2.com"` | | -| idp.idpds.config.issuer | string | `"https://idp.am.wso2.com/token"` | | -| idp.idpds.config.keyId | string | `"gateway_certificate_alias"` | | -| idp.idpds.config.loginCallBackURl | string | `"https://idp.am.wso2.com:9095/authenticationEndpoint/login-callback"` | | -| idp.idpds.config.loginErrorPageUrl | string | `"https://idp.am.wso2.com:9095/authenticationEndpoint/error"` | | -| idp.idpds.config.loginPageURl | string | `"https://idp.am.wso2.com:9095/authenticationEndpoint/login"` | | -| idp.idpds.deployment.image | string | `"wso2/idp-domain-service:latest"` | | -| idp.idpds.deployment.imagePullPolicy | string | `"Always"` | | -| idp.idpds.deployment.livenessProbe.failureThreshold | int | `5` | | -| idp.idpds.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| idp.idpds.deployment.livenessProbe.path | string | `"/health"` | | -| idp.idpds.deployment.livenessProbe.periodSeconds | int | `20` | | -| idp.idpds.deployment.livenessProbe.port | int | `9443` | | -| idp.idpds.deployment.npi | string | `"idp-ds-npi"` | | -| idp.idpds.deployment.readinessProbe.failureThreshold | int | `5` | | -| idp.idpds.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| idp.idpds.deployment.readinessProbe.path | string | `"/health"` | | -| idp.idpds.deployment.readinessProbe.periodSeconds | int | `20` | | -| idp.idpds.deployment.readinessProbe.port | int | `9443` | | -| idp.idpds.deployment.replicas | int | `1` | | -| idp.idpds.deployment.resources.limits.cpu | string | `"1000m"` | | -| idp.idpds.deployment.resources.limits.memory | string | `"1028Mi"` | | -| idp.idpds.deployment.resources.requests.cpu | string | `"100m"` | | -| idp.idpds.deployment.resources.requests.memory | string | `"128Mi"` | | -| idp.idpds.deployment.strategy | string | `"Recreate"` | | -| idp.idpui.appName | string | `"idp-ui"` | | -| idp.idpui.configs.idpAuthCallBackUrl | string | `"https://idp.am.wso2.com:9095/oauth2/auth-callback"` | | -| idp.idpui.configs.idpLoginUrl | string | `"https://idp.am.wso2.com:9095/commonauth/login"` | | -| idp.idpui.deployment.image | string | `"wso2/idp-ui:latest"` | | -| idp.idpui.deployment.imagePullPolicy | string | `"Always"` | | -| idp.idpui.deployment.livenessProbe.failureThreshold | int | `5` | | -| idp.idpui.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| idp.idpui.deployment.livenessProbe.path | string | `"/authenticationEndpoint/health"` | | -| idp.idpui.deployment.livenessProbe.periodSeconds | int | `20` | | -| idp.idpui.deployment.livenessProbe.port | int | `9443` | | -| idp.idpui.deployment.npi | string | `"idp-ui-npi"` | | -| idp.idpui.deployment.readinessProbe.failureThreshold | int | `5` | | -| idp.idpui.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| idp.idpui.deployment.readinessProbe.path | string | `"/authenticationEndpoint/health"` | | -| idp.idpui.deployment.readinessProbe.periodSeconds | int | `20` | | -| idp.idpui.deployment.readinessProbe.port | int | `9443` | | -| idp.idpui.deployment.replicas | int | `1` | | -| idp.idpui.deployment.resources.limits.cpu | string | `"1000m"` | | -| idp.idpui.deployment.resources.limits.memory | string | `"1028Mi"` | | -| idp.idpui.deployment.resources.requests.cpu | string | `"100m"` | | -| idp.idpui.deployment.resources.requests.memory | string | `"128Mi"` | | -| idp.idpui.deployment.strategy | string | `"Recreate"` | | -| postgresql.auth.database | string | `"WSO2AM_DB"` | | -| postgresql.auth.password | string | `"wso2carbon"` | | -| postgresql.auth.postgresPassword | string | `"wso2carbon"` | | -| postgresql.auth.username | string | `"wso2carbon"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.fullnameOverride | string | `"wso2apk-db-service"` | | -| postgresql.image.debug | bool | `true` | | -| postgresql.primary.extendedConfiguration | string | `"max_connections = 400\n"` | | -| postgresql.primary.initdb.password | string | `"wso2carbon"` | | -| postgresql.primary.initdb.scriptsConfigMap | string | `"postgres-initdb-scripts-configmap"` | | -| postgresql.primary.initdb.user | string | `"wso2carbon"` | | -| postgresql.primary.service.ports.postgresql | int | `5432` | | -| redis.architecture | string | `"standalone"` | | -| redis.auth.enabled | bool | `false` | | -| redis.enabled | bool | `true` | | -| redis.fullnameOverride | string | `"redis"` | | -| redis.image.debug | bool | `true` | | -| redis.primary.service.ports.redis | int | `6379` | | -| wso2.apk.auth.enableClusterRoleCreation | bool | `true` | | -| wso2.apk.auth.enableServiceAccountCreation | bool | `true` | | -| wso2.apk.auth.enabled | bool | `true` | | -| wso2.apk.auth.roleName | string | `"wso2apk-role"` | | -| wso2.apk.auth.serviceAccountName | string | `"wso2apk-platform"` | | -| wso2.apk.cp.admin.appName | string | `"admin-ds"` | | -| wso2.apk.cp.admin.deployment.image | string | `"wso2/admin-domain-service:latest"` | | -| wso2.apk.cp.admin.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.cp.admin.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.admin.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.admin.deployment.livenessProbe.path | string | `"/health"` | | -| wso2.apk.cp.admin.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.admin.deployment.livenessProbe.port | int | `9443` | | -| wso2.apk.cp.admin.deployment.npi | string | `"admin-ds-npi"` | | -| wso2.apk.cp.admin.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.admin.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.admin.deployment.readinessProbe.path | string | `"/health"` | | -| wso2.apk.cp.admin.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.admin.deployment.readinessProbe.port | int | `9443` | | -| wso2.apk.cp.admin.deployment.replicas | int | `1` | | -| wso2.apk.cp.admin.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.cp.admin.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.cp.admin.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.cp.admin.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.cp.admin.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.cp.backoffice.appName | string | `"backoffice-ds"` | | -| wso2.apk.cp.backoffice.deployment.image | string | `"wso2/backoffice-domain-service:latest"` | | -| wso2.apk.cp.backoffice.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.cp.backoffice.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.backoffice.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.backoffice.deployment.livenessProbe.path | string | `"/health"` | | -| wso2.apk.cp.backoffice.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.backoffice.deployment.livenessProbe.port | int | `9443` | | -| wso2.apk.cp.backoffice.deployment.npi | string | `"backoffice-ds-npi"` | | -| wso2.apk.cp.backoffice.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.backoffice.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.backoffice.deployment.readinessProbe.path | string | `"/health"` | | -| wso2.apk.cp.backoffice.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.backoffice.deployment.readinessProbe.port | int | `9443` | | -| wso2.apk.cp.backoffice.deployment.replicas | int | `1` | | -| wso2.apk.cp.backoffice.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.cp.backoffice.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.cp.backoffice.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.cp.backoffice.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.cp.backoffice.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.cp.cnpg.appUserPassword | string | `"password"` | | -| wso2.apk.cp.cnpg.clusterName | string | `"cluster-example"` | | -| wso2.apk.cp.cnpg.instances | int | `1` | | -| wso2.apk.cp.cnpg.npi | string | `"cnpg-npi"` | | -| wso2.apk.cp.cnpg.superUserPassword | string | `"password"` | | -| wso2.apk.cp.database.databaseName | string | `"WSO2AM_DB"` | | -| wso2.apk.cp.database.driver | string | `"org.postgresql.Driver"` | | -| wso2.apk.cp.database.enabled | bool | `true` | | -| wso2.apk.cp.database.host | string | `"wso2apk-db-service"` | | -| wso2.apk.cp.database.password | string | `"wso2carbon"` | | -| wso2.apk.cp.database.port | int | `5432` | | -| wso2.apk.cp.database.url | string | `"jdbc:postgresql://wso2apk-db-service:5432/WSO2AM_DB"` | | -| wso2.apk.cp.database.username | string | `"wso2carbon"` | | -| wso2.apk.cp.database.validationQuery | string | `"SELECT 1"` | | -| wso2.apk.cp.database.validationTimeout | int | `250` | | -| wso2.apk.cp.devportal.appName | string | `"devportal-ds"` | | -| wso2.apk.cp.devportal.deployment.image | string | `"wso2/devportal-domain-service:latest"` | | -| wso2.apk.cp.devportal.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.cp.devportal.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.devportal.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.devportal.deployment.livenessProbe.path | string | `"/health"` | | -| wso2.apk.cp.devportal.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.devportal.deployment.livenessProbe.port | int | `9443` | | -| wso2.apk.cp.devportal.deployment.npi | string | `"devportal-ds-npi"` | | -| wso2.apk.cp.devportal.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.devportal.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.devportal.deployment.readinessProbe.path | string | `"/health"` | | -| wso2.apk.cp.devportal.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.devportal.deployment.readinessProbe.port | int | `9443` | | -| wso2.apk.cp.devportal.deployment.replicas | int | `1` | | -| wso2.apk.cp.devportal.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.cp.devportal.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.cp.devportal.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.cp.devportal.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.cp.devportal.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.cp.devportalUI.appName | string | `"devportal-ui"` | | -| wso2.apk.cp.devportalUI.deployment.image | string | `"chanaka3d/portals:linux1.0.0"` | | -| wso2.apk.cp.devportalUI.deployment.imagePullPolicy | string | `"IfNotPresent"` | | -| wso2.apk.cp.devportalUI.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.devportalUI.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.devportalUI.deployment.livenessProbe.path | string | `"/"` | | -| wso2.apk.cp.devportalUI.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.devportalUI.deployment.livenessProbe.port | int | `8080` | | -| wso2.apk.cp.devportalUI.deployment.npi | string | `"devportal-ui-npi"` | | -| wso2.apk.cp.devportalUI.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.devportalUI.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.devportalUI.deployment.readinessProbe.path | string | `"/"` | | -| wso2.apk.cp.devportalUI.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.devportalUI.deployment.readinessProbe.port | int | `8080` | | -| wso2.apk.cp.devportalUI.deployment.replicas | int | `0` | | -| wso2.apk.cp.devportalUI.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.cp.devportalUI.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.cp.devportalUI.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.cp.devportalUI.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.cp.devportalUI.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.cp.enabled | bool | `true` | | -| wso2.apk.cp.managementServer.appName | string | `"management-server"` | | -| wso2.apk.cp.managementServer.deployment.image | string | `"wso2/management-server:latest"` | | -| wso2.apk.cp.managementServer.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.cp.managementServer.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.managementServer.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.managementServer.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.managementServer.deployment.npi | string | `"management-server-npi"` | | -| wso2.apk.cp.managementServer.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.cp.managementServer.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.cp.managementServer.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.cp.managementServer.deployment.replicas | int | `1` | | -| wso2.apk.cp.managementServer.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.cp.managementServer.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.cp.managementServer.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.cp.managementServer.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.cp.managementServer.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.dp.adapter.appName | string | `"adapter"` | | -| wso2.apk.dp.adapter.deployment.image | string | `"wso2/adapter:latest"` | | -| wso2.apk.dp.adapter.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.dp.adapter.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.adapter.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.adapter.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.adapter.deployment.npi | string | `"adapter-npi"` | | -| wso2.apk.dp.adapter.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.adapter.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.adapter.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.adapter.deployment.replicas | int | `1` | | -| wso2.apk.dp.adapter.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.dp.adapter.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.dp.adapter.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.dp.adapter.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.dp.adapter.deployment.security.sslHostname | string | `"adapter"` | | -| wso2.apk.dp.adapter.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.dp.enabled | bool | `true` | | -| wso2.apk.dp.gateway.listener.hostname | string | `"*.gw.wso2.com"` | | -| wso2.apk.dp.gateway.listener.name | string | `"httpslistener"` | | -| wso2.apk.dp.gateway.listener.port | int | `9095` | | -| wso2.apk.dp.gateway.listener.protocol | string | `"HTTPS"` | | -| wso2.apk.dp.gatewayAPI.enabled | bool | `true` | | -| wso2.apk.dp.gatewayRuntime.appName | string | `"router"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/enforcer:latest"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.imagePullPolicy | string | `"Always"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.npi | string | `"enforcer-npi"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.security.sslHostname | string | `"enforcer"` | | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.strategy | string | `"Recreate"` | | -| wso2.apk.dp.gatewayRuntime.deployment.replicas | int | `1` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/router:latest"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.imagePullPolicy | string | `"Always"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.host | string | `"prod.gw.wso2.com"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.npi | string | `"router-npi"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.readinessProbe.host | string | `"prod.gw.wso2.com"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.dp.gatewayRuntime.deployment.router.strategy | string | `"Recreate"` | | -| wso2.apk.dp.ratelimiter.appName | string | `"ratelimiter"` | | -| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/ratelimiter:latest"` | | -| wso2.apk.dp.ratelimiter.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.dp.ratelimiter.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.ratelimiter.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.ratelimiter.deployment.livenessProbe.path | string | `"/healthcheck"` | | -| wso2.apk.dp.ratelimiter.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.ratelimiter.deployment.livenessProbe.port | int | `8090` | | -| wso2.apk.dp.ratelimiter.deployment.npi | string | `"ratelimiter-npi"` | | -| wso2.apk.dp.ratelimiter.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.ratelimiter.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.ratelimiter.deployment.readinessProbe.path | string | `"/healthcheck"` | | -| wso2.apk.dp.ratelimiter.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.ratelimiter.deployment.readinessProbe.port | int | `8090` | | -| wso2.apk.dp.ratelimiter.deployment.replicas | int | `1` | | -| wso2.apk.dp.ratelimiter.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.dp.ratelimiter.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.dp.ratelimiter.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.dp.ratelimiter.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.dp.ratelimiter.deployment.security.sslHostname | string | `"ratelimiter"` | | -| wso2.apk.dp.ratelimiter.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.dp.ratelimiter.enabled | bool | `true` | | -| wso2.apk.dp.runtime.appName | string | `"runtime-ds"` | | -| wso2.apk.dp.runtime.deployment.configs | string | `nil` | | -| wso2.apk.dp.runtime.deployment.image | string | `"wso2/runtime-domain-service:latest"` | | -| wso2.apk.dp.runtime.deployment.imagePullPolicy | string | `"Always"` | | -| wso2.apk.dp.runtime.deployment.livenessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.runtime.deployment.livenessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.runtime.deployment.livenessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.runtime.deployment.npi | string | `"runtime-ds-npi"` | | -| wso2.apk.dp.runtime.deployment.readinessProbe.failureThreshold | int | `5` | | -| wso2.apk.dp.runtime.deployment.readinessProbe.initialDelaySeconds | int | `20` | | -| wso2.apk.dp.runtime.deployment.readinessProbe.periodSeconds | int | `20` | | -| wso2.apk.dp.runtime.deployment.replicas | int | `1` | | -| wso2.apk.dp.runtime.deployment.resources.limits.cpu | string | `"1000m"` | | -| wso2.apk.dp.runtime.deployment.resources.limits.memory | string | `"1028Mi"` | | -| wso2.apk.dp.runtime.deployment.resources.requests.cpu | string | `"100m"` | | -| wso2.apk.dp.runtime.deployment.resources.requests.memory | string | `"128Mi"` | | -| wso2.apk.dp.runtime.deployment.strategy | string | `"Recreate"` | | -| wso2.apk.idp.authorizeEndpoint | string | `"https://idp.am.wso2.com:9095/oauth2/authorize"` | | -| wso2.apk.idp.groupClaim | string | `"groups"` | | -| wso2.apk.idp.issuer | string | `"https://idp.am.wso2.com/token"` | | -| wso2.apk.idp.organizationClaim | string | `"organization"` | | -| wso2.apk.idp.revokeEndpoint | string | `"https://idp.am.wso2.com:9095/oauth2/revoke"` | | -| wso2.apk.idp.tokenEndpoint | string | `"https://idp.am.wso2.com:9095/oauth2/token"` | | -| wso2.apk.idp.usernameClaim | string | `"sub"` | | -| wso2.apk.migration.enabled | bool | `false` | | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)