Skip to content

Commit

Permalink
update chart readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kd7lxl committed Sep 1, 2023
1 parent f582124 commit 77a2f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/konk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ When deploying with `helm install`, these configurations are values and can be o
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| certManager.namespace | string | `nil` | |
| etcd.operator | bool | `true` | defines how Konk's internal etcd is deployed. `true`: etcd is deployed by konk-operator `false`: etcd is deployed as a sidecar of konk's kube-apiserver |
| etcd.replicaCount | int | `3` | |
| etcd.resources.limits.memory | string | `"4Gi"` | |
| etcd.resources.requests.cpu | string | `"10m"` | |
| etcd.resources.requests.memory | string | `"64Mi"` | |
| etcd.securityContext | object | `{}` | |
| etcd.statefulset.replicaCount | int | `3` | |
| fullnameOverride | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations."nginx.ingress.kubernetes.io/backend-protocol" | string | `"HTTPS"` | |
Expand Down

0 comments on commit 77a2f38

Please sign in to comment.