diff --git a/share/dns/index.yaml b/share/dns/index.yaml index 46ca30b..c63783d 100644 --- a/share/dns/index.yaml +++ b/share/dns/index.yaml @@ -6,15 +6,49 @@ metadata: name: dns description: null options: + image: + default: + pullPolicy: IfNotPresent + registry: docker.io + repository: coredns/coredns + tag: 1.11.1 + examples: + - pullPolicy: IfNotPresent + registry: docker.io + repository: coredns/coredns + tag: 1.11.1 + properties: + pullPolicy: + default: IfNotPresent + enum: + - Always + - Never + - IfNotPresent + type: string + registry: + default: docker.io + type: string + repository: + default: coredns/coredns + type: string + tag: + default: 1.11.1 + type: string + type: object + sub_domain: + default: dns + examples: + - dns + type: string domain: default: your-company examples: - your-company type: string - sub_domain: - default: dns + forward: + default: 192.168.1.254 examples: - - dns + - 192.168.1.254 type: string zones: default: [] @@ -64,40 +98,6 @@ options: type: string type: object type: array - image: - default: - pullPolicy: IfNotPresent - registry: docker.io - repository: coredns/coredns - tag: 1.11.1 - examples: - - pullPolicy: IfNotPresent - registry: docker.io - repository: coredns/coredns - tag: 1.11.1 - properties: - pullPolicy: - default: IfNotPresent - enum: - - Always - - Never - - IfNotPresent - type: string - registry: - default: docker.io - type: string - repository: - default: coredns/coredns - type: string - tag: - default: 1.11.1 - type: string - type: object - forward: - default: 192.168.1.254 - examples: - - 192.168.1.254 - type: string domain_name: default: your_company.com examples: diff --git a/share/dns/v1_ConfigMap_coredns.yaml b/share/dns/v1_ConfigMap_coredns.yaml deleted file mode 100644 index f011df1..0000000 --- a/share/dns/v1_ConfigMap_coredns.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# Source: coredns/templates/configmap.yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: coredns - namespace: vynil-infra - labels: - app.kubernetes.io/managed-by: "Helm" - app.kubernetes.io/instance: "coredns" - helm.sh/chart: "coredns-1.29.0" - k8s-app: coredns - kubernetes.io/cluster-service: "true" - kubernetes.io/name: "CoreDNS" - app.kubernetes.io/name: coredns -data: - Corefile: |- - .:53 { - errors { - consolidate 5m ".* i/o timeout$" warning - consolidate 30s "^Failed to .+" - } - health { - lameduck 5s - } - ready - file /etc/coredns/toto.db toto - } \ No newline at end of file