chore(apps): combine some ports (#3096)

* chore(apps): combine some ports

* lints

* move `protocol` under `ports` rather under `service`

* bump cloudd
This commit is contained in:
Stavros Kois
2022-07-09 21:29:01 +02:00
committed by GitHub
parent 041c926ec3
commit 8fcda955e2
54 changed files with 170 additions and 373 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://technitium.com/
- https://hub.docker.com/r/technitium/dns-server
type: application
version: 1.0.8
version: 1.0.9
annotations:
truecharts.org/catagories: |
- networking
+3 -12
View File
@@ -254,9 +254,9 @@ questions:
type: int
default: 5380
- variable: dns-udp
label: "DNS-UDP Service"
description: "DNS-UDP Service"
- variable: dns
label: "DNS Service"
description: "DNS Service"
schema:
additional_attrs: true
type: dict
@@ -309,15 +309,6 @@ questions:
schema:
type: int
default: 53
- variable: dns-tcp
label: "DNS-TCP Service"
description: "DNS-TCP Service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: dns-tcp
label: "DNS-TCP Service Port Configuration"
schema:
+1 -4
View File
@@ -33,16 +33,13 @@ service:
main:
port: 5380
targetPort: 5380
dns-tcp:
dns:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns-udp:
enabled: true
ports:
dns-udp:
enabled: true
protocol: UDP