(fix) Make DNS port in region svc UDP
- The port in the maas-region service for DNS traffic was configured as TCP, should be UDP. Change-Id: I51b3406de0da10298cddad4ea3b7c853ffb9cf96
This commit is contained in:
parent
c7caae59e4
commit
43a2306f0a
@ -37,6 +37,7 @@ spec:
|
||||
- name: region-dns
|
||||
port: 53
|
||||
targetPort: 53
|
||||
protocol: "UDP"
|
||||
selector:
|
||||
{{ tuple $envAll "maas" "region" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||
{{ if or .Values.network.region_proxy.node_port.enabled .Values.network.region_api.node_port.enabled }}
|
||||
|
Loading…
Reference in New Issue
Block a user