mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Increased replica count
This commit is contained in:
@@ -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"` | |
|
||||
|
||||
|
||||
@@ -53,3 +53,4 @@ coredns:
|
||||
etcd:
|
||||
enabled: true
|
||||
fullnameOverride: etcd # to ensure consistent naming
|
||||
replicaCount: 3
|
||||
|
||||
Reference in New Issue
Block a user