Skip to content

Commit

Permalink
Update helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu538 committed Apr 7, 2024
1 parent 546fe73 commit 3d564be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ A Helm chart for APK components
| wso2.apk.dp.gateway.autoscaling.maxReplicas | int | `2` | Maximum number of replicas for Gateway |
| wso2.apk.dp.gateway.autoscaling.targetMemory | int | `80` | Target memory utilization percentage for Gateway |
| wso2.apk.dp.gateway.autoscaling.targetCPU | int | `80` | Target CPU utilization percentage for Gateway |
| wso2.apk.dp.gateway.service.type | string | `"LoadBalancer"` | |
| wso2.apk.dp.gateway.service | object | `{"type":"LoadBalancer"}` | Kubernetes service type for Gateway |
| wso2.apk.dp.redis.type | string | `"single"` | Redis type |
| wso2.apk.dp.redis.url | string | `"redis-master:6379"` | Redis URL |
| wso2.apk.dp.redis.tls | bool | `false` | TLS enabled |
Expand Down
1 change: 1 addition & 0 deletions helm-charts/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ wso2:
targetMemory: 80
# -- Target CPU utilization percentage for Gateway
targetCPU: 80
# -- Kubernetes service type for Gateway
service:
type: "LoadBalancer"
redis:
Expand Down

0 comments on commit 3d564be

Please sign in to comment.