This commit is contained in:
2024-01-26 15:15:03 +01:00
parent fb8c86b525
commit 4c38963b90
2 changed files with 37 additions and 64 deletions

View File

@@ -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:

View File

@@ -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
}