core: scale coredns replicas

This commit is contained in:
Brad Stein 2026-01-16 23:12:56 -03:00
parent 55992ea48f
commit d9fabbf353
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# infrastructure/core/coredns-replicas.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: coredns
namespace: kube-system
spec:
replicas: 2

View File

@ -5,5 +5,6 @@ resources:
- ../modules/base
- ../modules/profiles/atlas-ha
- coredns-custom.yaml
- coredns-replicas.yaml
- ../sources/cert-manager/letsencrypt.yaml
- ../sources/cert-manager/letsencrypt-prod.yaml