Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kustomize/dns/coredns/etcd/ha/patches/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
namespace: system-dns
spec:
values:
replicaCount: 3
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
6 changes: 2 additions & 4 deletions kustomize/dns/coredns/etcd/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ spec:
kind: HelmRepository
name: coredns-etcd-bitnami
namespace: system-gitops
values:
# global:
# storageClass: single
replicaCount: 3
values:
replicaCount: 1
securityContext:
fsGroup: 1000
# Modifies the liveness probe to behave like the other probes. Endpoint healthchecks with mTLS are not supported by k8s.
Expand Down
3 changes: 2 additions & 1 deletion kustomize/dns/external-dns/coredns/patches/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
namespace: system-dns
- op: add
path: /spec/values/provider
value: coredns
value:
name: coredns
- op: add
path: /spec/values/env/-
value:
Expand Down
Loading