(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:
Scott Hussey 2019-01-09 21:47:03 -06:00
parent c7caae59e4
commit 43a2306f0a
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}