core: scale coredns replicas
This commit is contained in:
parent
55992ea48f
commit
d9fabbf353
8
infrastructure/core/coredns-replicas.yaml
Normal file
8
infrastructure/core/coredns-replicas.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
# infrastructure/core/coredns-replicas.yaml
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: coredns
|
||||
namespace: kube-system
|
||||
spec:
|
||||
replicas: 2
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user