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: