This commit is contained in:
2023-07-26 13:56:29 +02:00
parent fc05378f0e
commit a40fb0bf58
4 changed files with 153 additions and 154 deletions

View File

@@ -14,7 +14,6 @@ locals {
log . {combined} {
class denial error
}
kubernetes cluster.local
prometheus 0.0.0.0:9153
forward . ${var.forward}
cache 30

View File

@@ -6,6 +6,26 @@ metadata:
name: dns
description: null
options:
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: dns
examples:
- dns
type: string
domain:
default: your-company
examples:
- your-company
type: string
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
image:
default:
pullPolicy: IfNotPresent
@@ -35,21 +55,6 @@ options:
default: 1.10.1
type: string
type: object
sub-domain:
default: dns
examples:
- dns
type: string
domain:
default: your-company
examples:
- your-company
type: string
forward:
default: 192.168.1.254
examples:
- 192.168.1.254
type: string
zones:
default: []
items:
@@ -74,11 +79,6 @@ options:
type: string
type: object
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
dependencies: []
providers:
kubernetes: true