This commit is contained in:
2024-01-26 14:15:46 +01:00
parent 171a75390b
commit 6351c28f1e
2 changed files with 47 additions and 47 deletions

View File

@@ -6,12 +6,12 @@ metadata:
name: dns
description: null
options:
domain:
default: your-company
forward:
default: 192.168.1.254
examples:
- your-company
- 192.168.1.254
type: string
sub-domain:
sub_domain:
default: dns
examples:
- dns
@@ -21,11 +21,35 @@ options:
examples:
- your_company.com
type: string
forward:
default: 192.168.1.254
image:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: coredns/coredns
tag: 1.11.1
examples:
- 192.168.1.254
type: string
- 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
zones:
default: []
items:
@@ -74,35 +98,11 @@ options:
type: string
type: object
type: array
image:
default:
pullPolicy: IfNotPresent
registry: docker.io
repository: coredns/coredns
tag: 1.11.1
domain:
default: your-company
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
- your-company
type: string
dependencies: []
providers:
kubernetes: true