coredns, blocky: deploy coredns and blocky on kube

This commit is contained in:
2026-05-02 11:19:08 +02:00
parent 47a86ddf27
commit 20a8963b64
16 changed files with 430 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: coredns
resources:
- namespace.yaml
- repository.yaml
- release.yaml
- zone-configmap.yaml
- etcd.yaml
secretGenerator:
- name: coredns-values
files:
- values.yaml=values.yaml
configurations:
- kustomizeconfig.yaml