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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user