Increased replica count

This commit is contained in:
GeorgeRaven
2025-03-05 00:03:33 +00:00
parent 950182c902
commit 6dddb53ac9
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ A Helm chart for Kubernetes
| coredns.servers[0].zones[0].zone | string | `"."` | |
| etcd.enabled | bool | `true` | |
| etcd.fullnameOverride | string | `"etcd"` | |
| etcd.replicaCount | int | `3` | |
| external-dns.enabled | bool | `false` | |
| external-dns.provider.name | string | `"coredns"` | |

View File

@@ -53,3 +53,4 @@ coredns:
etcd:
enabled: true
fullnameOverride: etcd # to ensure consistent naming
replicaCount: 3