Skip to content

Commit

Permalink
migrate values for new etcd chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kd7lxl committed Sep 5, 2023
1 parent ac2a820 commit b47e2c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion helm-charts/konk/templates/etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
{{ toYaml . | nindent 2 }}
auth:
rbac:
enabled: false
create: false
client:
enableAuthentication: true
secureTransport: true
Expand Down
3 changes: 1 addition & 2 deletions helm-charts/konk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ etcd:
# `true`: etcd is deployed by konk-operator
# `false`: etcd is deployed as a sidecar of konk's kube-apiserver
operator: true
statefulset:
replicaCount: 3
replicaCount: 3

kind:
image:
Expand Down

0 comments on commit b47e2c2

Please sign in to comment.