ops(k8s): add coredns

This commit is contained in:
Kat Inskip 2024-01-17 19:52:25 -08:00
parent a86498f044
commit b6146dc75b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: coredns
namespace: argocd
spec:
project: system
source:
repoURL: 'https://coredns.github.io/helm'
targetRevision: 1.29.x
helm:
valuesObject:
chart: coredns
destination:
namespace: kube-system
name: in-cluster
syncPolicy:
syncOptions:
- ServerSideApply=true

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml

View file

@ -4,3 +4,4 @@ resources:
- project.yaml
- flannel
- argocd
- coredns