fix
This commit is contained in:
@@ -6,15 +6,49 @@ metadata:
|
|||||||
name: dns
|
name: dns
|
||||||
description: null
|
description: null
|
||||||
options:
|
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:
|
domain:
|
||||||
default: your-company
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- your-company
|
||||||
type: string
|
type: string
|
||||||
sub_domain:
|
forward:
|
||||||
default: dns
|
default: 192.168.1.254
|
||||||
examples:
|
examples:
|
||||||
- dns
|
- 192.168.1.254
|
||||||
type: string
|
type: string
|
||||||
zones:
|
zones:
|
||||||
default: []
|
default: []
|
||||||
@@ -64,40 +98,6 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
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:
|
domain_name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user