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:
@@ -22,17 +22,14 @@ service:
|
||||
main:
|
||||
port: 9089
|
||||
targetPort: 80
|
||||
dns-tcp:
|
||||
dns:
|
||||
enabled: true
|
||||
ports:
|
||||
dns-tcp:
|
||||
enabled: true
|
||||
port: 53
|
||||
targetPort: 53
|
||||
dns:
|
||||
enabled: true
|
||||
ports:
|
||||
dns:
|
||||
dns-udp:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
port: 53
|
||||
|
||||
Reference in New Issue
Block a user